Cabal revisions of binary-bits-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/-name: binary-bits-version: 0.1-synopsis: Bit parsing/writing on top of binary.-description: Bit parsing/writing on top of binary. Provides functions to- read and write bits to and from 8\/16\/32\/64 words.-license: BSD3-license-file: LICENSE-author: Lennart Kolmodin <kolmodin@gmail.com>-maintainer: Lennart Kolmodin <kolmodin@gmail.com>-category: Data, Parsing-build-type: Simple--cabal-version: >=1.10--source-repository head- type: darcs- location: http://code.haskell.org/binary-bits--library- build-depends: base==4.*, binary, bytestring-- other-extensions: RankNTypes, MagicHash, BangPatterns, CPP-- exposed-modules: Data.Binary.Bits ,- Data.Binary.Bits.Put ,- Data.Binary.Bits.Get-- default-language: Haskell98-- ghc-options: -O2 -Wall--test-suite qc- type: exitcode-stdio-1.0- main-is: BitsQC.hs- default-language: Haskell98-- build-depends: base==4.*, binary, bytestring,- QuickCheck>=2, random,- test-framework,- test-framework-quickcheck2-- other-extensions: RankNTypes, MagicHash, BangPatterns, CPP,- FlexibleInstances, FlexibleContexts, TupleSections+-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/ +name: binary-bits +version: 0.1 +x-revision: 1 +synopsis: Bit parsing/writing on top of binary. +description: Bit parsing/writing on top of binary. Provides functions to + read and write bits to and from 8\/16\/32\/64 words. +license: BSD3 +license-file: LICENSE +author: Lennart Kolmodin <kolmodin@gmail.com> +maintainer: Lennart Kolmodin <kolmodin@gmail.com> +category: Data, Parsing +build-type: Simple + +cabal-version: >=1.10 + +source-repository head + type: darcs + location: http://code.haskell.org/binary-bits + +library + build-depends: base==4.*, binary, bytestring + + other-extensions: RankNTypes, MagicHash, BangPatterns, CPP + + exposed-modules: Data.Binary.Bits , + Data.Binary.Bits.Put , + Data.Binary.Bits.Get + + default-language: Haskell98 + + ghc-options: -O2 -Wall + +test-suite qc + type: exitcode-stdio-1.0 + main-is: BitsQC.hs + default-language: Haskell98 + + build-depends: base>=4 && <4.6, binary, bytestring, + QuickCheck>=2, random, + test-framework, + test-framework-quickcheck2 + + other-extensions: RankNTypes, MagicHash, BangPatterns, CPP, + FlexibleInstances, FlexibleContexts, TupleSections
revision 2
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/ name: binary-bits version: 0.1 -x-revision: 1 +x-revision: 2 synopsis: Bit parsing/writing on top of binary. description: Bit parsing/writing on top of binary. Provides functions to read and write bits to and from 8\/16\/32\/64 words. location: http://code.haskell.org/binary-bits library - build-depends: base==4.*, binary, bytestring + build-depends: base>=4 && <4.6, binary, bytestring other-extensions: RankNTypes, MagicHash, BangPatterns, CPP