Cabal revisions of canon-0.1.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial canon.cabal generated by cabal init. For further documentation,--- see http://haskell.org/cabal/users-guide/--name: canon-version: 0.1.1.0-synopsis: Massive Number Arithmetic-description: This library allows one to manipulate numbers of practically unlimited size by keeping them in factored "canonical" form, where possible. This original concept has been expanded to support arbitrary integral hyperoperations. For manipulating sums and differences, there is additional code to factor expressions of special forms. Please refer to CanonManualTests.hs and the .odp presentation files for usage examples and background.--homepage: https://github.com/grandpascorpion/canon-license: MIT-license-file: LICENSE-author: Frederick Schneider-maintainer: fws dot nyc at gmail dot com--- copyright: -category: Math-build-type: Simple-extra-source-files: Changes, README.md-cabal-version: >=1.10--library- build-depends : base >= 4.9.1.0 && < 5- , arithmoi >= 0.6.0.1 - , array >= 0.5.1.1 && < 0.6- , containers >= 0.5.7.1 && < 0.7- , random >= 1.0-- exposed-modules : Math.NumberTheory.Canon- Math.NumberTheory.Canon.Simple- Math.NumberTheory.Canon.AurifCyclo- Math.NumberTheory.Canon.SpecialFunctions-- other-modules : Math.NumberTheory.Canon.Internals- Math.NumberTheory.Canon.Additive-- ghc-options : -Wall- ghc-prof-options : -auto-- default-language: Haskell2010+-- Initial canon.cabal generated by cabal init. For further documentation, +-- see http://haskell.org/cabal/users-guide/ + +name: canon +version: 0.1.1.0 +x-revision: 1 +synopsis: Massive Number Arithmetic +description: This library allows one to manipulate numbers of practically unlimited size by keeping them in factored "canonical" form, where possible. This original concept has been expanded to support arbitrary integral hyperoperations. For manipulating sums and differences, there is additional code to factor expressions of special forms. Please refer to CanonManualTests.hs and the .odp presentation files for usage examples and background. + +homepage: https://github.com/grandpascorpion/canon +license: MIT +license-file: LICENSE +author: Frederick Schneider +maintainer: fws dot nyc at gmail dot com +-- copyright: +category: Math +build-type: Simple +extra-source-files: Changes, README.md +cabal-version: >=1.10 + +library + build-depends : base >= 4.9.1.0 && < 5 + , arithmoi >= 0.6.0.1 && <= 0.9.0.0 + , array >= 0.5.1.1 && < 0.6 + , containers >= 0.5.7.1 && < 0.7 + , random >= 1.0 && <= 1.1 + + exposed-modules : Math.NumberTheory.Canon + Math.NumberTheory.Canon.Simple + Math.NumberTheory.Canon.AurifCyclo + Math.NumberTheory.Canon.SpecialFunctions + + other-modules : Math.NumberTheory.Canon.Internals + Math.NumberTheory.Canon.Additive + + ghc-options : -Wall + ghc-prof-options : -auto + + default-language: Haskell2010
revision 2
name: canon version: 0.1.1.0 -x-revision: 1 +x-revision: 2 synopsis: Massive Number Arithmetic description: This library allows one to manipulate numbers of practically unlimited size by keeping them in factored "canonical" form, where possible. This original concept has been expanded to support arbitrary integral hyperoperations. For manipulating sums and differences, there is additional code to factor expressions of special forms. Please refer to CanonManualTests.hs and the .odp presentation files for usage examples and background. library build-depends : base >= 4.9.1.0 && < 5 - , arithmoi >= 0.6.0.1 && <= 0.9.0.0 + , arithmoi >= 0.6.0.1 && < 0.9 , array >= 0.5.1.1 && < 0.6 , containers >= 0.5.7.1 && < 0.7 - , random >= 1.0 && <= 1.1 + , random >= 1.0 && < 1.2 exposed-modules : Math.NumberTheory.Canon Math.NumberTheory.Canon.Simple
revision 3
name: canon version: 0.1.1.0 -x-revision: 2 +x-revision: 3 synopsis: Massive Number Arithmetic description: This library allows one to manipulate numbers of practically unlimited size by keeping them in factored "canonical" form, where possible. This original concept has been expanded to support arbitrary integral hyperoperations. For manipulating sums and differences, there is additional code to factor expressions of special forms. Please refer to CanonManualTests.hs and the .odp presentation files for usage examples and background. library build-depends : base >= 4.9.1.0 && < 5 - , arithmoi >= 0.6.0.1 && < 0.9 + , arithmoi >= 0.6.0.1 && < 1.0 , array >= 0.5.1.1 && < 0.6 , containers >= 0.5.7.1 && < 0.7 , random >= 1.0 && < 1.2
revision 4
name: canon version: 0.1.1.0 -x-revision: 3 +x-revision: 4 synopsis: Massive Number Arithmetic description: This library allows one to manipulate numbers of practically unlimited size by keeping them in factored "canonical" form, where possible. This original concept has been expanded to support arbitrary integral hyperoperations. For manipulating sums and differences, there is additional code to factor expressions of special forms. Please refer to CanonManualTests.hs and the .odp presentation files for usage examples and background. library build-depends : base >= 4.9.1.0 && < 5 - , arithmoi >= 0.6.0.1 && < 1.0 + , arithmoi >= 0.6.0.1 && < 0.9 , array >= 0.5.1.1 && < 0.6 , containers >= 0.5.7.1 && < 0.7 , random >= 1.0 && < 1.2
revision 5
name: canon version: 0.1.1.0 -x-revision: 4 +x-revision: 5 synopsis: Massive Number Arithmetic description: This library allows one to manipulate numbers of practically unlimited size by keeping them in factored "canonical" form, where possible. This original concept has been expanded to support arbitrary integral hyperoperations. For manipulating sums and differences, there is additional code to factor expressions of special forms. Please refer to CanonManualTests.hs and the .odp presentation files for usage examples and background. library build-depends : base >= 4.9.1.0 && < 5 - , arithmoi >= 0.6.0.1 && < 0.9 + , arithmoi >= 0.6.0.1 && < 1.0 , array >= 0.5.1.1 && < 0.6 , containers >= 0.5.7.1 && < 0.7 , random >= 1.0 && < 1.2