packages feed

Cabal revisions of hgmp-0.1.2

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

revision 1
-name:                hgmp-version:             0.1.2-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.17-                     , ghc-prim >= 0.4 && < 0.8--  if (impl(ghc >= 8.11))-    build-depends:     ghc-bignum >= 1.0 && < 1.1-  else-    build-depends:     integer-gmp >= 1.0 && < 1.1--  build-tools:         hsc2hs-  hs-source-dirs:      src-  c-sources:           cbits/wrappers.c-  default-language:    Haskell2010-  other-extensions:    CPP-                       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.15-  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.2+name:                hgmp
+version:             0.1.2
+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.17
+                     , ghc-prim >= 0.4 && < 0.9
+
+  if (impl(ghc >= 8.11))
+    build-depends:     ghc-bignum >= 1.0 && < 1.3
+  else
+    build-depends:     integer-gmp >= 1.0 && < 1.1
+
+  build-tools:         hsc2hs
+  hs-source-dirs:      src
+  c-sources:           cbits/wrappers.c
+  default-language:    Haskell2010
+  other-extensions:    CPP
+                       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.15
+  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.2