Cabal revisions of uncertain-0.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial uncertain.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: uncertain-version: 0.2.0.0-synopsis: Manipulating numbers with inherent experimental/measurement uncertainty-description: See <https://github.com/mstksg/uncertain/blob/master/README.md README.md>.- .- Documentation maintained at <https://mstksg.github.io/uncertain>-homepage: https://github.com/mstksg/uncertain-bug-reports: https://github.com/mstksg/uncertain/issues-license: BSD3-license-file: LICENSE-author: Justin Le-maintainer: justin@jle.im-copyright: (c) Justin Le 2016-category: Math-build-type: Simple-extra-source-files: README.md- CHANGELOG.md-cabal-version: >=1.10--source-repository head- type: git- location: git://github.com/mstksg/uncertain.git--library- exposed-modules: Data.Uncertain- Data.Uncertain.Correlated- Data.Uncertain.Correlated.Interactive- Data.Uncertain.MonteCarlo- other-modules: Data.Hople- Data.Uncertain.Correlated.Internal- -- other-extensions: - build-depends: base >=4.6 && < 5- , ad >= 4- , containers- , free- , mwc-random- , primitive- , transformers- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall+-- Initial uncertain.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: uncertain +version: 0.2.0.0 +x-revision: 1 +synopsis: Manipulating numbers with inherent experimental/measurement uncertainty +description: See <https://github.com/mstksg/uncertain/blob/master/README.md README.md>. + . + Documentation maintained at <https://mstksg.github.io/uncertain> +homepage: https://github.com/mstksg/uncertain +bug-reports: https://github.com/mstksg/uncertain/issues +license: BSD3 +license-file: LICENSE +author: Justin Le +maintainer: justin@jle.im +copyright: (c) Justin Le 2016 +category: Math +build-type: Simple +extra-source-files: README.md + CHANGELOG.md +cabal-version: >=1.10 + +source-repository head + type: git + location: git://github.com/mstksg/uncertain.git + +library + exposed-modules: Data.Uncertain + Data.Uncertain.Correlated + Data.Uncertain.Correlated.Interactive + Data.Uncertain.MonteCarlo + other-modules: Data.Hople + Data.Uncertain.Correlated.Internal + -- other-extensions: + build-depends: base >= 4.6 && < 5 + , ad >= 4 + , containers >= 0.5 + , free >= 4 + , mwc-random >= 0.10 + , primitive >= 0.1 + , transformers >= 0.2 + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall