Skip to content

Commit

Permalink
Update from Hackage at 2018-04-02T23:48:53Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 2, 2018
1 parent 062f883 commit 2a6f701
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 0 deletions.
99 changes: 99 additions & 0 deletions fast-arithmetic/0.3.3.4/fast-arithmetic.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
cabal-version: 1.18
name: fast-arithmetic
version: 0.3.3.4
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2018 Vanessa McHale
maintainer: vamchale@gmail.com
author: Vanessa McHale
homepage: https://github.com/vmchale/fast-arithmetic#readme
synopsis: Fast functions on integers.
description:
Fast functions for number theory and combinatorics with a high level of safety guaranteed by [ATS](http://www.ats-lang.org/).
category: Numerics, Math, Algorithms, Number Theory, Combinatorics, FFI, ATS
build-type: Custom
extra-source-files:
ats-src/*.dats
atspkg.dhall
extra-doc-files: README.md

source-repository head
type: git
location: git@github.com:vmchale/hs-ats.git

custom-setup
setup-depends: base -any,
Cabal -any,
ats-pkg >=2.9.0.1

flag development
description:
Enable `-Werror` and don't clean ATS libraries between builds.
default: False
manual: True

library
exposed-modules:
Numeric.Pure
Numeric.Integer
Numeric.NumberTheory
Numeric.Combinatorics
hs-source-dirs: src
other-modules:
Numeric.Common
default-language: Haskell2010
extra-libraries:
numbertheory
ghc-options: -Wall -optc-mtune=native -optc-flto -optc-O3
build-depends:
base >=4.10 && <5,
composition-prelude -any,
gmpint -any

if flag(development)
ghc-options: -Werror

if impl(ghc >=8.0)
ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wcompat

test-suite fast-arithmetic-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
default-language: Haskell2010
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
base ==4.10.*,
fast-arithmetic -any,
hspec -any,
QuickCheck -any,
arithmoi -any,
combinat -any

if flag(development)
ghc-options: -Werror

if impl(ghc >=8.0)
ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wcompat

benchmark fast-arithmetic-bench
type: exitcode-stdio-1.0
main-is: Bench.hs
hs-source-dirs: bench
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base ==4.10.*,
fast-arithmetic -any,
criterion -any,
arithmoi -any,
combinat -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 fast-arithmetic/0.3.3.4/fast-arithmetic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"182b55cfffd26981fd8570ce412daad6","Skein512_512":"d3bc105906805ed271ee45ab7562deffdfb99c7fc56815dd1d02e93452c88bf8d43902a96f3a1ceb2214ff639515cb656eba52b0da3422ba54000b127990a8f8","SHA1":"0b7c81c0b8d7f3f9f3dfd4ab99e537ee42359839","SHA512":"8279f990f8df5326590525583397789ccfae80ac11636bc9bf91459e8bb5ba60517f8ebed85d912825400dd4ddec107d6a832d92e6f2f3798f684a8212212919","SHA256":"be0f5e50fcd7d5a0d234647c436b1225facd7175c01a7c172b08e39c9aa9d89c"},"package-locations":["https://hackage.haskell.org/package/fast-arithmetic-0.3.3.4/fast-arithmetic-0.3.3.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/fast-arithmetic-0.3.3.4.tar.gz"],"package-size":9223}

0 comments on commit 2a6f701

Please sign in to comment.