Cabal revisions of halves-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: halves-version: 0.1.0.1-synopsis: Split or combine data structures to and from halves, quarters, eighths-description: Split or combine data structures to and from halves, quarters, eighths.-license: BSD3-license-file: LICENSE-author: Brian McKenna-maintainer: brian@brianmckenna.org-category: Data-build-type: Simple-cabal-version: >=1.10--library- exposed-modules: Data.Halves- , Data.Halves.FiniteBits- , Data.Halves.Tuple-- build-depends: base >=4.7 && <4.12- , lens >=4.15 && <4.18- hs-source-dirs: src- default-language: Haskell2010--test-suite props- type: exitcode-stdio-1.0- main-is: tests/Props.hs- build-depends: base- , lens- , halves- , hedgehog >= 0.5 && <0.7- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/puffnfresh/halves+name: halves +version: 0.1.0.1 +x-revision: 1 +synopsis: Split or combine data structures to and from halves, quarters, eighths +description: Split or combine data structures to and from halves, quarters, eighths. +license: BSD3 +license-file: LICENSE +author: Brian McKenna +maintainer: brian@brianmckenna.org +category: Data +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: Data.Halves + , Data.Halves.FiniteBits + , Data.Halves.Tuple + + build-depends: base >=4.7 && <4.16 + , lens >=4.15 && <5.1 + hs-source-dirs: src + default-language: Haskell2010 + +test-suite props + type: exitcode-stdio-1.0 + main-is: tests/Props.hs + build-depends: base + , lens + , halves + , hedgehog >= 0.5 && <1.1 + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/puffnfresh/halves