3
0
Fork 0
forked from mirrors/nixpkgs

haskell-brick: override to latest version to fix build with ghc-8.4.x

This commit is contained in:
Peter Simons 2018-03-17 17:31:38 +01:00
parent 84bd9be9ce
commit cedf31b04a

View file

@ -704,4 +704,8 @@ self: super: {
sha256 = "1sgfnyi2ma8vf91dw9ax9xbbjfcja1q5q9vcwa1rhh05jv8j036a"; sha256 = "1sgfnyi2ma8vf91dw9ax9xbbjfcja1q5q9vcwa1rhh05jv8j036a";
}; };
}; };
# Older versions don't compile.
brick = self.brick_0_35;
} }