1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

haskell-hoodle-builder: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-01-20 18:05:00 +01:00
parent fecb119e5e
commit a1adb429ec

View file

@ -1,13 +1,15 @@
{ cabal, blazeBuilder, doubleConversion, hoodleTypes, lens, strict}:
{ cabal, blazeBuilder, doubleConversion, hoodleTypes, lens, strict
}:
cabal.mkDerivation (self: {
pname = "hoodle-builder";
version = "0.2.2";
sha256 = "0gagfpjihf6lafi90r883n9agaj1pw4gygaaxv4xxfsc270855bq";
buildDepends = [ blazeBuilder doubleConversion hoodleTypes lens strict ];
#jailbreak = true;
buildDepends = [
blazeBuilder doubleConversion hoodleTypes lens strict
];
jailbreak = true;
meta = {
homepage = "http://ianwookim.org/hoodle";
description = "text builder for hoodle file format";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;