Skip to content

Commit

Permalink
Update from Hackage at 2018-04-28T10:04:27Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 28, 2018
1 parent 05ecc75 commit bb8ed19
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
43 changes: 43 additions & 0 deletions gmpint/0.1.0.12/gmpint.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
cabal-version: 1.18
name: gmpint
version: 0.1.0.12
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2018 Vanessa McHale
maintainer: vamchale@gmail.com
author: Vanessa McHale
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

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
default-language: Haskell2010
extra-libraries:
gmp
ghc-options: -Wall
build-depends:
base >=4.8 && <5,
recursion-schemes -any

if flag(development)
ghc-options: -Werror

if impl(ghc >=8.0)
ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wcompat
1 change: 1 addition & 0 deletions gmpint/0.1.0.12/gmpint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"c1465368f73518e448d54fa8cd0f49de","Skein512_512":"fae184773961cc763b93114ee233fbb5edc03cb27011fe4af198f1c9793b3ea4f5fbdc402cbcfa912dc1ded8b2223774bce10e77b57fc1a5d098e346c2fab27d","SHA1":"fef05f829f33c0dc5c3c83851805fa5aab232e77","SHA512":"eb444d48d2b5c89c4a3feaa022bf89744cb12b621e6ac55a94770a9e4f0fdc1dee6c1edfcf6221396774031c3bbaf38791ea76e532a7bd22aa6dd6256530ad26","SHA256":"3df766cfbfa1125b0c9966c87720e43944bf811ba813d91aa9aa147d216a7850"},"package-locations":["https://hackage.haskell.org/package/gmpint-0.1.0.12/gmpint-0.1.0.12.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/gmpint-0.1.0.12.tar.gz"],"package-size":2609}

0 comments on commit bb8ed19

Please sign in to comment.