packages feed

Cabal revisions of hvect-0.4.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                hvect-version:             0.4.0.0-synopsis:            Simple strict heterogeneous lists-description:         Small, concise and simple implementation of heterogeneous lists with useful utility functions-homepage:            https://github.com/agrafix/hvect-bug-reports:         https://github.com/agrafix/hvect/issues-license:             MIT-license-file:        LICENSE-author:              Alexander Thiemann <mail@athiemann.net>, Tim Baumann <tim@timbaumann.info>-maintainer:          Alexander Thiemann <mail@athiemann.net>-copyright:           (c) 2014 - 2017 Alexander Thiemann <mail@athiemann.net>, Tim Baumann <tim@timbaumann.info>-category:            Data-build-type:          Simple-cabal-version:       >=1.10-tested-with:         GHC==7.10.2, GHC==8.0.1-extra-source-files:-    README.md--library-  exposed-modules:     Data.HVect-  build-depends:       base >= 4.8 && <5-  hs-source-dirs:      src-  default-language:    Haskell2010--test-suite hvect-test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Test.hs-  default-language:    Haskell2010-  other-modules:       Data.HVectSpec-  build-depends:       base >= 4.8 && <5,-                       hvect,-                       hspec >= 2.2-  ghc-options: -Wall--source-repository head-  type:     git-  location: https://github.com/agrafix/hvect+name:                hvect
+version:             0.4.0.0
+x-revision: 1
+synopsis:            Simple strict heterogeneous lists
+description:         Small, concise and simple implementation of heterogeneous lists with useful utility functions
+homepage:            https://github.com/agrafix/hvect
+bug-reports:         https://github.com/agrafix/hvect/issues
+license:             MIT
+license-file:        LICENSE
+author:              Alexander Thiemann <mail@athiemann.net>, Tim Baumann <tim@timbaumann.info>
+maintainer:          Alexander Thiemann <mail@athiemann.net>
+copyright:           (c) 2014 - 2017 Alexander Thiemann <mail@athiemann.net>, Tim Baumann <tim@timbaumann.info>
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.10
+tested-with:         GHC==7.10.2, GHC==8.0.1
+extra-source-files:
+    README.md
+
+library
+  exposed-modules:     Data.HVect
+  build-depends:       base >= 4.8 && <4.16
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+test-suite hvect-test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Test.hs
+  default-language:    Haskell2010
+  other-modules:       Data.HVectSpec
+  build-depends:       base >= 4.8 && <5,
+                       hvect,
+                       hspec >= 2.2
+  ghc-options: -Wall
+
+source-repository head
+  type:     git
+  location: https://github.com/agrafix/hvect