haskell-modular-arithmetic: update to version 1.2.0.0

This commit is contained in:
Peter Simons 2014-05-04 22:59:30 +02:00
parent 10d6cf6116
commit 7780de27d1

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "modular-arithmetic";
version = "1.1.0.0";
sha256 = "02zxxz204ydyj28p65fqb920x5gbm7gba4yf9mhiw6ff0dcmxp37";
version = "1.2.0.0";
sha256 = "1qlvi0xjdvr4730xj303i6gp610mz4xrlrk191yy8hr7afjysm0k";
meta = {
description = "A type for integers modulo some constant";
license = self.stdenv.lib.licenses.bsd3;