3
0
Fork 0
forked from mirrors/nixpkgs

haskell-MFlow: fix build

This commit is contained in:
Peter Simons 2015-08-29 20:01:32 +02:00
parent 4121c5064a
commit 6b1bcc66ae

View file

@ -1018,4 +1018,7 @@ self: super: {
# https://github.com/brendanhay/amazonka/issues/203
amazonka-core = dontCheck super.amazonka-core;
# https://github.com/agocorona/MFlow/issues/63
MFlow = addBuildTool super.MFlow self.cpphs;
}