mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
18 lines
570 B
Nix
18 lines
570 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, regexBase, regexPosix }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "regex-compat";
|
|
version = "0.95.1";
|
|
sha256 = "0fwmima3f04p9y4h3c23493n1xj629ia2dxaisqm6rynljjv2z6m";
|
|
buildDepends = [ regexBase regexPosix ];
|
|
meta = {
|
|
homepage = "http://sourceforge.net/projects/lazy-regex";
|
|
description = "Replaces/Enhances Text.Regex";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|