haskell-dataenc: jailbreak to fix build with GHC 7.8.1
This commit is contained in:
parent
e16595f149
commit
558eac3869
|
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
||||||
sha256 = "13gajqbayar7x8sq3rw93i277gqd0bx1i34spshlj4b41fraxc8w";
|
sha256 = "13gajqbayar7x8sq3rw93i277gqd0bx1i34spshlj4b41fraxc8w";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/haskellwiki/Library/Data_encoding";
|
homepage = "http://www.haskell.org/haskellwiki/Library/Data_encoding";
|
||||||
description = "Data encoding library";
|
description = "Data encoding library";
|
||||||
|
|
Loading…
Reference in New Issue