about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/Extra/default.nix
blob: 0db01edcc61ceaef8abde9b8a47f5c0520a66c8e (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, network, pureMD5, QuickCheck
, random, regexCompat, time, Unixutils, zlib
}:

cabal.mkDerivation (self: {
  pname = "Extra";
  version = "1.46.1";
  sha256 = "0dgj72s60mhc36x7hpfdcdvxydq5d5aj006gxma9zz3hqzy5nnz9";
  buildDepends = [
    bzlib filepath HUnit mtl network pureMD5 QuickCheck random
    regexCompat time Unixutils zlib
  ];
  meta = {
    homepage = "http://src.seereason.com/haskell-extra";
    description = "A grab bag of modules";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})