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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "regular";
  version = "0.3.4.3";
  sha256 = "12pc58agqb4fi0riwxjf0kykn1z12273q8dcdd0fh2x1ddxwgg2r";
  meta = {
    description = "Generic programming library for regular datatypes";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})