Updated regular (Haskell lib).
svn path=/nixpkgs/trunk/; revision=19369
This commit is contained in:
parent
da167ed64f
commit
fccd7f7604
1 changed files with 4 additions and 2 deletions
|
@ -2,10 +2,12 @@
|
|||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "regular";
|
||||
version = "0.1";
|
||||
sha256 = "2f2858a22dd26d93eaa4b5244141d6d146387eac98e0fb15f647123d50525820";
|
||||
version = "0.2.1";
|
||||
sha256 = "732de15c4687b34a2702d38975581c8ab32167a76cd3c40cd4886bca0fc8b762";
|
||||
meta = {
|
||||
description = "Generic programming library for regular datatypes";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue