packages feed

Cabal revisions of fixed-0.1.0.1

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

revision 1
-name:          fixed-category:      Numeric-version:       0.1.0.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/fixed-bug-reports:   http://github.com/ekmett/fixed/issues-copyright:     Copyright (C) 2014 Edward A. Kmett-build-type:    Simple-tested-with:   GHC == 7.8.3-synopsis:      Signed 15.16 precision fixed point arithmetic-description:   Signed 15.16 precision fixed point arithmetic--extra-source-files:-  .travis.yml-  .gitignore-  README.markdown-  CHANGELOG.markdown--source-repository head-  type: git-  location: git://github.com/ekmett/fixed.git--library-  hs-source-dirs: src-  build-depends: base >= 4 && < 5-  ghc-options: -Wall -fwarn-tabs -O2-  exposed-modules: Numeric.Fixed+name:          fixed
+category:      Numeric
+version:       0.1.0.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/fixed
+bug-reports:   http://github.com/ekmett/fixed/issues
+copyright:     Copyright (C) 2014 Edward A. Kmett
+build-type:    Simple
+tested-with:   GHC == 7.8.3
+synopsis:      Signed 15.16 precision fixed point arithmetic
+description:   Signed 15.16 precision fixed point arithmetic
+
+extra-source-files:
+  .travis.yml
+  .gitignore
+  README.markdown
+  CHANGELOG.markdown
+
+source-repository head
+  type: git
+  location: git://github.com/ekmett/fixed.git
+
+library
+  hs-source-dirs: src
+  build-depends: base >= 4.7 && < 5
+  ghc-options: -Wall -fwarn-tabs -O2
+  exposed-modules: Numeric.Fixed