Skip to content

Commit

Permalink
Update from Hackage at 2017-07-26T07:44:57Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jul 26, 2017
1 parent 57e2e3f commit 2b4eeaa
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions fast-mult/0.1.0.0/fast-mult.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: fast-mult
version: 0.1.0.0
synopsis: Numeric type with asymptotically faster multiplications.
description: This numeric type internally reorders multiplications to achieve
asymptotically faster multiplication of large numbers of small integers in particular.
See the module docs for more detail.
homepage: https://github.com/clintonmead/fast-mult#readme
license: BSD3
license-file: LICENSE
author: Clinton Mead
maintainer: clintonmead@gmail.com
copyright: Copyright: (c) 2017 Clinton Mead
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10

library
hs-source-dirs: src
exposed-modules: Data.FastMult, Data.FastMult.Internal
build-depends: base >= 4.9 && < 5, integer-gmp, ghc-prim, strict-base
default-language: Haskell2010

source-repository head
type: git
location: https://github.com/clintonmead/fast-mult
1 change: 1 addition & 0 deletions fast-mult/0.1.0.0/fast-mult.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"ae8029ede21ca0b4ef3d681157c00cd2","Skein512_512":"84ed862beb494fe7a8f89952878ab38d315ffec48debbd957feef99e74f0399677c8f57e3d5c8e536210ad31bdd99d85154037d394cdce9cadf63e2cdecf72bd","SHA1":"58808d150bd73e20117bd524df4a2752cbdafc45","SHA512":"c932173d0c9d094d63e42867b48c5797f84ceb9c222709bf7118fc41e1823b0a915a18b828329bf4d9a35a51bc599a1ecfd308a9bf4279abbe0ced4f20d48515","SHA256":"50569dccc5b4a868cf2454ce17125ac23b2d56049a9ef4a2b05c6110a8262aa7"},"package-locations":["https://hackage.haskell.org/package/fast-mult-0.1.0.0/fast-mult-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/fast-mult-0.1.0.0.tar.gz"],"package-size":6181}

0 comments on commit 2b4eeaa

Please sign in to comment.