3
0
Fork 0
forked from mirrors/nixpkgs

haskell-csv: patch the build to succeed when compiling with ghc-8.8.x

This commit is contained in:
Peter Simons 2019-09-18 15:13:27 +00:00
parent a62a68e125
commit 9b4cd7c36b

View file

@ -170,4 +170,7 @@ self: super: {
# https://github.com/sol/hpack/issues/371
hpack = markBrokenVersion "0.32.0" super.hpack;
# Upstream ships a broken Setup.hs file.
csv = overrideCabal super.csv (drv: { prePatch = "rm Setup.hs"; });
}