Cabal revisions of cf-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: cf-version: 0.1-synopsis: Infinite precision arithmetic using continued fractions-license: MIT -license-file: LICENSE-author: Mitchell Riley-maintainer: mitchell.v.riley@gmail.com-homepage: http://github.com/mvr/cf-category: Math-build-type: Simple-cabal-version: >=1.10--source-repository head- type: git- location: git://github.com/mvr/cf.git--library- hs-source-dirs: src- exposed-modules: Math.ContinuedFraction- build-depends: base >=4.7 && <4.8- default-language: Haskell2010+name: cf +version: 0.1 +x-revision: 1 +synopsis: Exact real arithmetic using continued fractions +license: MIT +license-file: LICENSE +author: Mitchell Riley +maintainer: mitchell.v.riley@gmail.com +homepage: http://github.com/mvr/cf +category: Math +build-type: Simple +cabal-version: >=1.10 + +source-repository head + type: git + location: git://github.com/mvr/cf.git + +library + hs-source-dirs: src + exposed-modules: Math.ContinuedFraction + build-depends: base >=4.7 && <4.8 + default-language: Haskell2010