about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pcre-light/default.nix
blob: e7c92e60fc5ac93c152ca895df9d621c114e5864 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, pcre }:

cabal.mkDerivation (self: {
  pname = "pcre-light";
  version = "0.4.0.2";
  sha256 = "0baq46d3k376mhh98gkfi6phndk8ba25c2kll9zms1y07mn3bnnx";
  extraLibraries = [ pcre ];
  meta = {
    homepage = "https://github.com/Daniel-Diaz/pcre-light";
    description = "A small, efficient and portable regex library for Perl 5 compatible regular expressions";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})