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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "compact-string-fix";
  version = "0.3.2";
  sha256 = "161z0lmrrqvy77ppdgz7m6nazcmlmy1azxa8rx0cgpqmyxzkf87n";
  meta = {
    homepage = "http://twan.home.fmf.nl/compact-string/";
    description = "Same as compact-string except with a small fix so it builds on ghc-6.12";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})