haskell-lens: jailbreak to fix build with recent MonadCatchIO-transformers
This commit is contained in:
parent
eae54a4b60
commit
2fce900513
|
@ -23,6 +23,9 @@ cabal.mkDerivation (self: {
|
|||
testFrameworkHunit testFrameworkQuickcheck2 testFrameworkTh text
|
||||
transformers unorderedContainers vector
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i lens.cabal -e 's|MonadCatchIO-transformers >=.*,|MonadCatchIO-transformers,|'
|
||||
'';
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/lens/";
|
||||
|
|
Loading…
Reference in New Issue