haskell-hoodle-builder: re-generate with cabal2nix
This commit is contained in:
parent
fecb119e5e
commit
a1adb429ec
|
@ -1,13 +1,15 @@
|
||||||
{ cabal, blazeBuilder, doubleConversion, hoodleTypes, lens, strict}:
|
{ cabal, blazeBuilder, doubleConversion, hoodleTypes, lens, strict
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hoodle-builder";
|
pname = "hoodle-builder";
|
||||||
version = "0.2.2";
|
version = "0.2.2";
|
||||||
sha256 = "0gagfpjihf6lafi90r883n9agaj1pw4gygaaxv4xxfsc270855bq";
|
sha256 = "0gagfpjihf6lafi90r883n9agaj1pw4gygaaxv4xxfsc270855bq";
|
||||||
buildDepends = [ blazeBuilder doubleConversion hoodleTypes lens strict ];
|
buildDepends = [
|
||||||
#jailbreak = true;
|
blazeBuilder doubleConversion hoodleTypes lens strict
|
||||||
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://ianwookim.org/hoodle";
|
|
||||||
description = "text builder for hoodle file format";
|
description = "text builder for hoodle file format";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in New Issue