packages feed

Cabal revisions of data-binary-ieee754-0.4.3

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

revision 1
-name: data-binary-ieee754-version: 0.4.3-license: MIT-license-file: license.txt-author: John Millikin <jmillikin@gmail.com>-maintainer: John Millikin <jmillikin@gmail.com>-build-type: Simple-cabal-version: >= 1.6-category: Data-stability: experimental-homepage: https://john-millikin.com/software/data-binary-ieee754/-bug-reports: mailto:jmillikin@gmail.com--synopsis: Parser/Serialiser for IEEE-754 floating-point values-description:-  Convert Float and Decimal values to/from raw octets.--extra-source-files:-  tests/*.hs-  tests/tests.cabal--source-repository head-  type: bazaar-  location: https://john-millikin.com/branches/data-binary-ieee754/0.4/--source-repository this-  type: bazaar-  location: https://john-millikin.com/branches/data-binary-ieee754/0.4/-  tag: data-binary-ieee754_0.4.3--library-  ghc-options: -Wall -O2-  hs-source-dirs: lib--  build-depends:-      base >= 4.1 && < 5.0-    , binary >= 0.4--  exposed-modules:-    Data.Binary.IEEE754+name: data-binary-ieee754
+version: 0.4.3
+x-revision: 1
+license: MIT
+license-file: license.txt
+author: John Millikin <jmillikin@gmail.com>
+maintainer: John Millikin <jmillikin@gmail.com>
+build-type: Simple
+cabal-version: >= 1.6
+category: Data
+stability: experimental
+homepage: https://john-millikin.com/software/data-binary-ieee754/
+bug-reports: mailto:jmillikin@gmail.com
+
+synopsis: Parser/Serialiser for IEEE-754 floating-point values
+description:
+  Convert Float and Decimal values to/from raw octets.
+
+extra-source-files:
+  tests/*.hs
+  tests/tests.cabal
+
+source-repository head
+  type: bazaar
+  location: https://john-millikin.com/branches/data-binary-ieee754/0.4/
+
+source-repository this
+  type: bazaar
+  location: https://john-millikin.com/branches/data-binary-ieee754/0.4/
+  tag: data-binary-ieee754_0.4.3
+
+library
+  ghc-options: -Wall -O2
+  hs-source-dirs: lib
+
+  build-depends:
+      base >= 4.1 && < 4.7
+    , binary >= 0.4 && < 0.9
+
+  exposed-modules:
+    Data.Binary.IEEE754