mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
haskell-modular-arithmetic: update to version 1.1.0.0
This commit is contained in:
parent
089506aac6
commit
fbe6b6cbff
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "modular-arithmetic";
|
pname = "modular-arithmetic";
|
||||||
version = "1.0.1.1";
|
version = "1.1.0.0";
|
||||||
sha256 = "14n83kjmz8mqjivjhwxk1zckms5z3gn77yq2hsw2yybzff2vkdkd";
|
sha256 = "02zxxz204ydyj28p65fqb920x5gbm7gba4yf9mhiw6ff0dcmxp37";
|
||||||
meta = {
|
meta = {
|
||||||
description = "A type for integers modulo some constant";
|
description = "A type for integers modulo some constant";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user