packages feed

Cabal revisions of half-0.1.1

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

revision 1
-name:          half-category:      Numeric-version:       0.1.1-license:       BSD3-cabal-version: >= 1.8-license-file:  LICENSE-author:        Edward A. Kmett-maintainer:    Edward A. Kmett <ekmett@gmail.com>-stability:     provisional-homepage:      http://github.com/ekmett/half-bug-reports:   http://github.com/ekmett/half/issues-copyright:     Copyright (C) 2014 Edward A. Kmett-build-type:    Simple-tested-with:   GHC == 7.8.3-synopsis:      Half-precision floating-point-description:   Half-precision floating-point--extra-source-files:-  .travis.yml-  .gitignore-  README.markdown-  CHANGELOG.markdown--source-repository head-  type: git-  location: git://github.com/analytics/half.git--library-  hs-source-dirs: src-  c-sources: cbits/half.c-  build-depends: base >= 4.3 && < 5-  ghc-options: -Wall -fwarn-tabs -O2-  exposed-modules: Numeric.Half+name:          half
+category:      Numeric
+version:       0.1.1
+x-revision: 1
+license:       BSD3
+cabal-version: >= 1.8
+license-file:  LICENSE
+author:        Edward A. Kmett
+maintainer:    Edward A. Kmett <ekmett@gmail.com>
+stability:     provisional
+homepage:      http://github.com/ekmett/half
+bug-reports:   http://github.com/ekmett/half/issues
+copyright:     Copyright (C) 2014 Edward A. Kmett
+build-type:    Simple
+tested-with:   GHC == 7.8.3
+synopsis:      Half-precision floating-point
+description:   Half-precision floating-point
+
+extra-source-files:
+  .travis.yml
+  .gitignore
+  README.markdown
+  CHANGELOG.markdown
+
+source-repository head
+  type: git
+  location: git://github.com/analytics/half.git
+
+library
+  hs-source-dirs: src
+  c-sources: cbits/half.c
+  build-depends: base >= 4.7 && < 5
+  ghc-options: -Wall -fwarn-tabs -O2
+  exposed-modules: Numeric.Half