packages feed

Cabal revisions of binary-strict-0.4.8.1

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

revision 1
-name:            binary-strict-version:         0.4.8.1-license:         BSD3-license-file:    LICENSE-author:          Lennart Kolmodin <kolmodin@dtek.chalmers.se>-maintainer:      Dominic Steinitz <dominic@steinitz.org>-homepage:        http://code.haskell.org/binary-low-level-description:     This is a strict version of the Get monad from the binary-                 package. It's pretty much just a copy and paste job from the-                 original source code. The binary team are currently unsure-                 about their future plans w.r.t. strictness, so this is just a-                 stop gap measure. See-		 <http://www.haskell.org/haskellwiki/DealingWithBinaryData> for-		 documentation.-synopsis:        Binary deserialisation using strict ByteStrings-category:        Data, Parsing-build-depends:   base<5, containers, array, bytestring>=0.9-stability:       provisional-tested-with:     GHC == 6.8.2-exposed-modules: Data.Binary.BitPut-                 Data.Binary.Strict.ByteSet-                 Data.Binary.Strict.BitGet,-                 Data.Binary.Strict.BitUtil-                 Data.Binary.Strict.Get,-                 Data.Binary.Strict.Class-                 Data.Binary.Strict.IncrementalGet,-                 Data.Binary.Strict.Util-                 Data.Binary.BitBuilder-extensions:      CPP, FlexibleContexts-hs-source-dirs:  src-extra-source-files: tests/BitGetTest.hs, src/Data/Binary/Strict/Common.h-ghc-options:     -Wall -fno-warn-name-shadowing-build-type:      Simple-build-depends:   mtl >= 2.1 && <2.2+name:            binary-strict
+version:         0.4.8.1
+x-revision: 1
+license:         BSD3
+license-file:    LICENSE
+author:          Lennart Kolmodin <kolmodin@dtek.chalmers.se>
+maintainer:      Dominic Steinitz <dominic@steinitz.org>
+homepage:        http://code.haskell.org/binary-low-level
+description:     This is a strict version of the Get monad from the binary
+                 package. It's pretty much just a copy and paste job from the
+                 original source code. The binary team are currently unsure
+                 about their future plans w.r.t. strictness, so this is just a
+                 stop gap measure. See
+		 <http://www.haskell.org/haskellwiki/DealingWithBinaryData> for
+		 documentation.
+synopsis:        Binary deserialisation using strict ByteStrings
+category:        Data, Parsing
+build-depends:   base<5, base <4.4 || > 4.7, containers, array, bytestring>=0.9
+stability:       provisional
+tested-with:     GHC == 6.8.2
+exposed-modules: Data.Binary.BitPut
+                 Data.Binary.Strict.ByteSet
+                 Data.Binary.Strict.BitGet,
+                 Data.Binary.Strict.BitUtil
+                 Data.Binary.Strict.Get,
+                 Data.Binary.Strict.Class
+                 Data.Binary.Strict.IncrementalGet,
+                 Data.Binary.Strict.Util
+                 Data.Binary.BitBuilder
+extensions:      CPP, FlexibleContexts
+hs-source-dirs:  src
+extra-source-files: tests/BitGetTest.hs, src/Data/Binary/Strict/Common.h
+ghc-options:     -Wall -fno-warn-name-shadowing
+build-type:      Simple
+build-depends:   mtl >= 2.1 && <2.2