Cabal revisions of extended-reals-0.2.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: extended-reals-version: 0.2.2.0-synopsis: Extension of real numbers with positive/negative infinities-description:- Extension of real numbers with positive/negative infinities (±∞).- It is useful for describing various limiting behaviors in mathematics.-homepage: https://github.com/msakai/extended-reals/-license: BSD3-license-file: LICENSE-author: Masahiro Sakai-maintainer: masahiro.sakai@gmail.com-category: Math-build-type: Simple-extra-source-files: .travis.yml, CHANGELOG.markdown-cabal-version: >=1.10-bug-reports: https://github.com/msakai/extended-reals/issues--source-repository head- type: git- location: git://github.com/msakai/extended-reals.git--library- exposed-modules: Data.ExtendedReal- other-extensions: DeriveDataTypeable- build-depends: base >=4 && <5, deepseq >=1.3 && <1.5, hashable >=1.2 && <1.3- hs-source-dirs: src- default-language: Haskell2010--Test-suite TestExtendedReal- Type: exitcode-stdio-1.0- HS-Source-Dirs: test- Main-is: TestExtendedReal.hs- Build-depends: base, deepseq, HUnit >=1.2 && <1.4, QuickCheck >=2.6 && <2.9, test-framework >=0.8 && <0.9, test-framework-th >=0.2 && <0.3, test-framework-hunit >=0.3 && <0.4, test-framework-quickcheck2 >=0.3 && <0.4, extended-reals- Default-Language: Haskell2010- Other-Extensions:- TemplateHaskell- ScopedTypeVariables+name: extended-reals +version: 0.2.2.0 +x-revision: 1 +synopsis: Extension of real numbers with positive/negative infinities +description: + Extension of real numbers with positive/negative infinities (±∞). + It is useful for describing various limiting behaviors in mathematics. +homepage: https://github.com/msakai/extended-reals/ +license: BSD3 +license-file: LICENSE +author: Masahiro Sakai +maintainer: masahiro.sakai@gmail.com +category: Math +build-type: Simple +extra-source-files: .travis.yml, CHANGELOG.markdown +cabal-version: >=1.10 +bug-reports: https://github.com/msakai/extended-reals/issues + +source-repository head + type: git + location: git://github.com/msakai/extended-reals.git + +library + exposed-modules: Data.ExtendedReal + other-extensions: DeriveDataTypeable + build-depends: base >=4 && <5, deepseq >=1.3 && <1.5, hashable >=1.2 && <1.3 + hs-source-dirs: src + default-language: Haskell2010 + +Test-suite TestExtendedReal + Type: exitcode-stdio-1.0 + HS-Source-Dirs: test + Main-is: TestExtendedReal.hs + Build-depends: base, deepseq, HUnit >=1.2 && <1.4, QuickCheck >=2.6 && <2.10, test-framework >=0.8 && <0.9, test-framework-th >=0.2 && <0.3, test-framework-hunit >=0.3 && <0.4, test-framework-quickcheck2 >=0.3 && <0.4, extended-reals + Default-Language: Haskell2010 + Other-Extensions: + TemplateHaskell + ScopedTypeVariables
revision 2
name: extended-reals version: 0.2.2.0 -x-revision: 1 +x-revision: 2 synopsis: Extension of real numbers with positive/negative infinities description: Extension of real numbers with positive/negative infinities (±∞). Type: exitcode-stdio-1.0 HS-Source-Dirs: test Main-is: TestExtendedReal.hs - Build-depends: base, deepseq, HUnit >=1.2 && <1.4, QuickCheck >=2.6 && <2.10, test-framework >=0.8 && <0.9, test-framework-th >=0.2 && <0.3, test-framework-hunit >=0.3 && <0.4, test-framework-quickcheck2 >=0.3 && <0.4, extended-reals + Build-depends: base, deepseq, HUnit >=1.2 && <1.6, QuickCheck >=2.6 && <2.10, test-framework >=0.8 && <0.9, test-framework-th >=0.2 && <0.3, test-framework-hunit >=0.3 && <0.4, test-framework-quickcheck2 >=0.3 && <0.4, extended-reals Default-Language: Haskell2010 Other-Extensions: TemplateHaskell
revision 3
name: extended-reals version: 0.2.2.0 -x-revision: 2 +x-revision: 3 synopsis: Extension of real numbers with positive/negative infinities description: Extension of real numbers with positive/negative infinities (±∞). Type: exitcode-stdio-1.0 HS-Source-Dirs: test Main-is: TestExtendedReal.hs - Build-depends: base, deepseq, HUnit >=1.2 && <1.6, QuickCheck >=2.6 && <2.10, test-framework >=0.8 && <0.9, test-framework-th >=0.2 && <0.3, test-framework-hunit >=0.3 && <0.4, test-framework-quickcheck2 >=0.3 && <0.4, extended-reals + Build-depends: base, deepseq, HUnit >=1.2 && <1.7, QuickCheck >=2.6 && <2.11, test-framework >=0.8 && <0.9, test-framework-th >=0.2 && <0.3, test-framework-hunit >=0.3 && <0.4, test-framework-quickcheck2 >=0.3 && <0.4, extended-reals Default-Language: Haskell2010 Other-Extensions: TemplateHaskell