18250b97ae
had added him earlier.
16 lines
488 B
Nix
16 lines
488 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, regexBase }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "regex-posix";
|
|
version = "0.95.2";
|
|
sha256 = "0gkhzhj8nvfn1ija31c7xnl6p0gadwii9ihyp219ck2arlhrj0an";
|
|
buildDepends = [ regexBase ];
|
|
meta = {
|
|
homepage = "http://sourceforge.net/projects/lazy-regex";
|
|
description = "Replaces/Enhances Text.Regex";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|