haskell-temporary: jailbreak to fix build with recent versions of 'exceptions'
This commit is contained in:
parent
e5725d35c1
commit
93c973f45f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
||||||
version = "1.2.0.1";
|
version = "1.2.0.1";
|
||||||
sha256 = "12z8qnqn1fg9ymaav5ds7gk067lmj0bv1lhhxcnvmvjcpk1l5b54";
|
sha256 = "12z8qnqn1fg9ymaav5ds7gk067lmj0bv1lhhxcnvmvjcpk1l5b54";
|
||||||
buildDepends = [ exceptions filepath transformers ];
|
buildDepends = [ exceptions filepath transformers ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.github.com/batterseapower/temporary";
|
homepage = "http://www.github.com/batterseapower/temporary";
|
||||||
description = "Portable temporary file and directory support for Windows and Unix, based on code from Cabal";
|
description = "Portable temporary file and directory support for Windows and Unix, based on code from Cabal";
|
||||||
|
|
Loading…
Reference in a new issue