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

{ cabal, bzlib, filepath, HUnit, mtl, networkUri, pureMD5
, QuickCheck, random, regexCompat, time, Unixutils, zlib
}:

cabal.mkDerivation (self: {
  pname = "Extra";
  version = "1.46.3";
  sha256 = "1xmwp9cp905nzx5x858wyacjpppn76mkfpkxksdhlq9zhmkp5yyh";
  buildDepends = [
    bzlib filepath HUnit mtl networkUri pureMD5 QuickCheck random
    regexCompat time Unixutils zlib
  ];
  meta = {
    homepage = "https://github.com/ddssff/haskell-extra";
    description = "A grab bag of modules";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})