Cabal revisions of diagrams-solve-0.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: diagrams-solve-version: 0.1.1-synopsis: Pure Haskell solver routines used by diagrams-description: Pure Haskell solver routines used by the diagrams- project. Currently includes finding real roots- of low-degree (n < 5) polynomials, and solving- tridiagonal and cyclic tridiagonal linear- systems.-homepage: http://projects.haskell.org/diagrams-license: BSD3-license-file: LICENSE-author: various-maintainer: diagrams-discuss@googlegroups.com-category: Math-build-type: Simple-extra-source-files: README.markdown, CHANGES.markdown-cabal-version: >=1.10-Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1-Source-repository head- type: git- location: http://github.com/diagrams/diagrams-solve.git--library- exposed-modules: Diagrams.Solve.Polynomial,- Diagrams.Solve.Tridiagonal- build-depends: base >=4.5 && < 4.11- hs-source-dirs: src- default-language: Haskell2010--test-suite tests- type: exitcode-stdio-1.0- main-is: Test.hs- -- other-modules: Instances- hs-source-dirs: tests- default-language: Haskell2010- build-depends: base >= 4.2 && < 4.11,- tasty >= 0.10 && < 0.12,- tasty-hunit >= 0.9.2 && < 0.10,- tasty-quickcheck >= 0.8 && < 0.9,- deepseq >= 1.3 && < 1.5,- diagrams-solve-+name: diagrams-solve +version: 0.1.1 +x-revision: 1 +synopsis: Pure Haskell solver routines used by diagrams +description: Pure Haskell solver routines used by the diagrams + project. Currently includes finding real roots + of low-degree (n < 5) polynomials, and solving + tridiagonal and cyclic tridiagonal linear + systems. +homepage: http://projects.haskell.org/diagrams +license: BSD3 +license-file: LICENSE +author: various +maintainer: diagrams-discuss@googlegroups.com +category: Math +build-type: Simple +extra-source-files: README.markdown, CHANGES.markdown +cabal-version: >=1.10 +Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1 +Source-repository head + type: git + location: http://github.com/diagrams/diagrams-solve.git + +library + exposed-modules: Diagrams.Solve.Polynomial, + Diagrams.Solve.Tridiagonal + build-depends: base >=4.5 && < 4.12 + hs-source-dirs: src + default-language: Haskell2010 + +test-suite tests + type: exitcode-stdio-1.0 + main-is: Test.hs + -- other-modules: Instances + hs-source-dirs: tests + default-language: Haskell2010 + build-depends: base >= 4.2 && < 4.12, + tasty >= 0.10 && < 1.1, + tasty-hunit >= 0.9.2 && < 0.11, + tasty-quickcheck >= 0.8 && < 0.11, + deepseq >= 1.3 && < 1.5, + diagrams-solve +
revision 2
name: diagrams-solve version: 0.1.1 -x-revision: 1 +x-revision: 2 synopsis: Pure Haskell solver routines used by diagrams description: Pure Haskell solver routines used by the diagrams project. Currently includes finding real roots hs-source-dirs: tests default-language: Haskell2010 build-depends: base >= 4.2 && < 4.12, - tasty >= 0.10 && < 1.1, + tasty >= 0.10 && < 1.2, tasty-hunit >= 0.9.2 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11, deepseq >= 1.3 && < 1.5,
revision 3
name: diagrams-solve version: 0.1.1 -x-revision: 2 +x-revision: 3 synopsis: Pure Haskell solver routines used by diagrams description: Pure Haskell solver routines used by the diagrams project. Currently includes finding real roots build-type: Simple extra-source-files: README.markdown, CHANGES.markdown cabal-version: >=1.10 -Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1 +Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1 Source-repository head type: git location: http://github.com/diagrams/diagrams-solve.git library exposed-modules: Diagrams.Solve.Polynomial, Diagrams.Solve.Tridiagonal - build-depends: base >=4.5 && < 4.12 + build-depends: base >=4.5 && < 4.13 hs-source-dirs: src default-language: Haskell2010 -- other-modules: Instances hs-source-dirs: tests default-language: Haskell2010 - build-depends: base >= 4.2 && < 4.12, + build-depends: base >= 4.2 && < 4.13, tasty >= 0.10 && < 1.2, tasty-hunit >= 0.9.2 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11,
revision 4
name: diagrams-solve version: 0.1.1 -x-revision: 3 +x-revision: 4 synopsis: Pure Haskell solver routines used by diagrams description: Pure Haskell solver routines used by the diagrams project. Currently includes finding real roots hs-source-dirs: tests default-language: Haskell2010 build-depends: base >= 4.2 && < 4.13, - tasty >= 0.10 && < 1.2, + tasty >= 0.10 && < 1.3, tasty-hunit >= 0.9.2 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11, deepseq >= 1.3 && < 1.5,
revision 5
name: diagrams-solve version: 0.1.1 -x-revision: 4 +x-revision: 5 synopsis: Pure Haskell solver routines used by diagrams description: Pure Haskell solver routines used by the diagrams project. Currently includes finding real roots build-type: Simple extra-source-files: README.markdown, CHANGES.markdown cabal-version: >=1.10 -Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1 +Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1, GHC == 8.8.1 Source-repository head type: git location: http://github.com/diagrams/diagrams-solve.git library exposed-modules: Diagrams.Solve.Polynomial, Diagrams.Solve.Tridiagonal - build-depends: base >=4.5 && < 4.13 + build-depends: base >=4.5 && < 4.14 hs-source-dirs: src default-language: Haskell2010 -- other-modules: Instances hs-source-dirs: tests default-language: Haskell2010 - build-depends: base >= 4.2 && < 4.13, + build-depends: base >= 4.2 && < 4.14, tasty >= 0.10 && < 1.3, tasty-hunit >= 0.9.2 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11,