packages feed

Cabal revisions of hgmp-0.1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                hgmp-version:             0.1.1-synopsis:            Haskell interface to GMP-description:         Types and instances, and marshalling between Integer and-                     Rational and the corresponding GMP types, along with raw-                     foreign imports of GMP functions.  Allows FFI to GMP code-                     (whether in GMP itself or in third-party code that uses-                     GMP).-                     .-                     Supports only GHC with integer-gmp, this might change if-                     there's any demand.--homepage:            https://code.mathr.co.uk/hgmp--license:             BSD3-license-file:        LICENSE--author:              Claude Heiland-Allen-maintainer:          claude@mathr.co.uk-copyright:           2016,2017 Claude Heiland-Allen-category:            Numeric-build-type:          Simple-extra-source-files:  README.md CHANGELOG.md examples/primes.hs-cabal-version:       >=1.10--library-  exposed-modules:     Numeric.GMP.Utils-                     , Numeric.GMP.Types-                     , Numeric.GMP.Raw.Safe-                     , Numeric.GMP.Raw.Unsafe-  build-depends:       base >= 4.8 && < 4.11-                     , integer-gmp >= 1.0 && < 1.1-                     , ghc-prim >= 0.4 && < 0.6-  build-tools:         hsc2hs-  hs-source-dirs:      src-  c-sources:           cbits/wrappers.c-  default-language:    Haskell2010-  other-extensions:    DeriveDataTypeable-                       GeneralizedNewtypeDeriving-                       ForeignFunctionInterface-                       MagicHash-                       UnboxedTuples-  ghc-options:         -Wall--test-suite Main-  type:                exitcode-stdio-1.0-  hs-source-dirs:      tests-  main-is:             Main.hs-  build-depends:       base-                     , hgmp-                     , QuickCheck >= 2.8 && < 2.11-  default-language:    Haskell2010-  other-extensions:    ForeignFunctionInterface-                       TemplateHaskell--source-repository head-  type:                git-  location:            https://code.mathr.co.uk/hgmp.git--source-repository this-  type:                git-  location:            https://code.mathr.co.uk/hgmp.git-  tag:                 v0.1.1+name:                hgmp
+version:             0.1.1
+x-revision: 1
+synopsis:            Haskell interface to GMP
+description:         Types and instances, and marshalling between Integer and
+                     Rational and the corresponding GMP types, along with raw
+                     foreign imports of GMP functions.  Allows FFI to GMP code
+                     (whether in GMP itself or in third-party code that uses
+                     GMP).
+                     .
+                     Supports only GHC with integer-gmp, this might change if
+                     there's any demand.
+
+homepage:            https://code.mathr.co.uk/hgmp
+
+license:             BSD3
+license-file:        LICENSE
+
+author:              Claude Heiland-Allen
+maintainer:          claude@mathr.co.uk
+copyright:           2016,2017 Claude Heiland-Allen
+category:            Numeric
+build-type:          Simple
+extra-source-files:  README.md CHANGELOG.md examples/primes.hs
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Numeric.GMP.Utils
+                     , Numeric.GMP.Types
+                     , Numeric.GMP.Raw.Safe
+                     , Numeric.GMP.Raw.Unsafe
+  build-depends:       base >= 4.8 && < 4.12
+                     , integer-gmp >= 1.0 && < 1.1
+                     , ghc-prim >= 0.4 && < 0.6
+  build-tools:         hsc2hs
+  hs-source-dirs:      src
+  c-sources:           cbits/wrappers.c
+  default-language:    Haskell2010
+  other-extensions:    DeriveDataTypeable
+                       GeneralizedNewtypeDeriving
+                       ForeignFunctionInterface
+                       MagicHash
+                       UnboxedTuples
+  ghc-options:         -Wall
+
+test-suite Main
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      tests
+  main-is:             Main.hs
+  build-depends:       base
+                     , hgmp
+                     , QuickCheck >= 2.8 && < 2.11
+  default-language:    Haskell2010
+  other-extensions:    ForeignFunctionInterface
+                       TemplateHaskell
+
+source-repository head
+  type:                git
+  location:            https://code.mathr.co.uk/hgmp.git
+
+source-repository this
+  type:                git
+  location:            https://code.mathr.co.uk/hgmp.git
+  tag:                 v0.1.1
revision 2
 name:                hgmp
 version:             0.1.1
-x-revision: 1
+x-revision: 2
 synopsis:            Haskell interface to GMP
 description:         Types and instances, and marshalling between Integer and
                      Rational and the corresponding GMP types, along with raw
   main-is:             Main.hs
   build-depends:       base
                      , hgmp
-                     , QuickCheck >= 2.8 && < 2.11
+                     , QuickCheck >= 2.8 && < 2.12
   default-language:    Haskell2010
   other-extensions:    ForeignFunctionInterface
                        TemplateHaskell
revision 3
 name:                hgmp
 version:             0.1.1
-x-revision: 2
+x-revision: 3
 synopsis:            Haskell interface to GMP
 description:         Types and instances, and marshalling between Integer and
                      Rational and the corresponding GMP types, along with raw
                      , Numeric.GMP.Types
                      , Numeric.GMP.Raw.Safe
                      , Numeric.GMP.Raw.Unsafe
-  build-depends:       base >= 4.8 && < 4.12
+  build-depends:       base >= 4.8 && < 4.13
                      , integer-gmp >= 1.0 && < 1.1
                      , ghc-prim >= 0.4 && < 0.6
   build-tools:         hsc2hs
   main-is:             Main.hs
   build-depends:       base
                      , hgmp
-                     , QuickCheck >= 2.8 && < 2.12
+                     , QuickCheck >= 2.8 && < 2.13
   default-language:    Haskell2010
   other-extensions:    ForeignFunctionInterface
                        TemplateHaskell
revision 4
 name:                hgmp
 version:             0.1.1
-x-revision: 3
+x-revision: 4
 synopsis:            Haskell interface to GMP
 description:         Types and instances, and marshalling between Integer and
                      Rational and the corresponding GMP types, along with raw
                      , Numeric.GMP.Types
                      , Numeric.GMP.Raw.Safe
                      , Numeric.GMP.Raw.Unsafe
-  build-depends:       base >= 4.8 && < 4.13
+  build-depends:       base >= 4.8 && < 4.14
                      , integer-gmp >= 1.0 && < 1.1
                      , ghc-prim >= 0.4 && < 0.6
   build-tools:         hsc2hs
   main-is:             Main.hs
   build-depends:       base
                      , hgmp
-                     , QuickCheck >= 2.8 && < 2.13
+                     , QuickCheck >= 2.8 && < 2.14
   default-language:    Haskell2010
   other-extensions:    ForeignFunctionInterface
                        TemplateHaskell
revision 5
 name:                hgmp
 version:             0.1.1
-x-revision: 4
+x-revision: 5
 synopsis:            Haskell interface to GMP
 description:         Types and instances, and marshalling between Integer and
                      Rational and the corresponding GMP types, along with raw
                      , Numeric.GMP.Types
                      , Numeric.GMP.Raw.Safe
                      , Numeric.GMP.Raw.Unsafe
-  build-depends:       base >= 4.8 && < 4.14
+  build-depends:       base >= 4.8 && < 4.15
                      , integer-gmp >= 1.0 && < 1.1
-                     , ghc-prim >= 0.4 && < 0.6
+                     , ghc-prim >= 0.4 && < 0.7
   build-tools:         hsc2hs
   hs-source-dirs:      src
   c-sources:           cbits/wrappers.c
   main-is:             Main.hs
   build-depends:       base
                      , hgmp
-                     , QuickCheck >= 2.8 && < 2.14
+                     , QuickCheck >= 2.8 && < 2.15
   default-language:    Haskell2010
   other-extensions:    ForeignFunctionInterface
                        TemplateHaskell