cabal-version: 1.18 name: gmpint version: 0.1.1.2 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale maintainer: vamchale@gmail.com author: Vanessa McHale tested-with: ghc ==7.0.4 ghc ==7.2.2 ghc ==7.4.2 ghc ==7.6.3 ghc ==7.8.4 ghc ==7.10.3 ghc ==8.0.2 ghc ==8.2.2 ghc ==8.4.3 synopsis: GMP integer conversions description: This defines a 'Storable' instance for GMP's @mpz@ type and provides functions for working with GMP integers. category: C, FFI, Foreign build-type: Simple extra-doc-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/vmchale/hs-ats flag development description: Enable `-Werror` default: False manual: True library exposed-modules: Data.GMP hs-source-dirs: src other-modules: Control.Recursion default-language: Haskell2010 other-extensions: DeriveFunctor extra-libraries: gmp ghc-options: -Wall build-depends: base >=4.3 && <5 if flag(development) ghc-options: -Werror if impl(ghc >=8.0) ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat