Skip to content

Commit

Permalink
Update from Hackage at 2020-08-16T23:38:51Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 16, 2020
1 parent a2d5df1 commit 843fc8d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
40 changes: 40 additions & 0 deletions modular-arithmetic/2.0.0.0/modular-arithmetic.cabal
@@ -0,0 +1,40 @@
cabal-version: 2.2
name: modular-arithmetic
version: 2.0.0.0
synopsis: A type for integers modulo some constant.

description: A convenient type for working with integers modulo some constant. It saves you from manually wrapping numeric operations all over the place and prevents a range of simple mistakes. @Integer `Mod` 7@ is the type of integers (mod 7) backed by @Integer@.

We also have some cute syntax for these types like @ℤ/7@ for integers modulo 7.

homepage: https://github.com/TikhonJelvis/modular-arithmetic
bug-reports: https://github.com/TikhonJelvis/modular-arithmetic/issues
license: BSD-3-Clause
license-file: LICENSE
author: Tikhon Jelvis <tikhon@jelv.is>
maintainer: Tikhon Jelvis <tikhon@jelv.is>
category: Math
build-type: Simple
extra-source-files: README.md
, CHANGELOG.md

source-repository head
type: git
location: git://github.com/TikhonJelvis/modular-arithmetic.git

library
hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
exposed-modules: Data.Modular
build-depends: base >4.9 && <5
, typelits-witnesses <0.5

test-suite examples
hs-source-dirs: test-suite
main-is: DocTest.hs
default-language: Haskell2010
type: exitcode-stdio-1.0
build-depends: base >4.9 && <5
, doctest >= 0.9
, typelits-witnesses <0.5
1 change: 1 addition & 0 deletions modular-arithmetic/2.0.0.0/modular-arithmetic.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"94ac002428f98bc82146b1c857f62554","Skein512_512":"535d2389c7dc0873d7642895a9c015a7a052cd1b03d20dc8c881c45ad432611a04d6ab5d99d154615cee57402106167aecb16deaa4d010ba7ea01d27f3cb697a","SHA1":"8c948b6e7d3fd5f5e215be3baa4fb905a356fd78","SHA512":"e99527f1d6ffde449dcff01615e39455015bdc7242c3e5b652c26f30fde7f1f3a28f5670d4b6c4e5f01be7c3d2e9489681123fd3354e380b4707b73fd6e622b7","SHA256":"89ee89ac056331f2ad8d8fadc49d84675d0ecf71d9785592dbf7ed12869590d7"},"package-locations":["https://hackage.haskell.org/package/modular-arithmetic-2.0.0.0/modular-arithmetic-2.0.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/modular-arithmetic-2.0.0.0.tar.gz"],"package-size":5455}

0 comments on commit 843fc8d

Please sign in to comment.