Skip to content

Commit e7a8ced

Browse files
committedFeb 16, 2018
liquidhaskell: version 0.8.2.3 fails during Haddock stage
1 parent 11fc2ba commit e7a8ced

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎pkgs/development/haskell-modules/configuration-common.nix

+4
Original file line numberDiff line numberDiff line change
@@ -1005,4 +1005,8 @@ self: super: {
10051005

10061006
# Needs older hlint
10071007
hpio = dontCheck super.hpio;
1008+
1009+
# https://github.com/ucsd-progsys/liquidhaskell/issues/1238
1010+
liquidhaskell = dontHaddock super.liquidhaskell;
1011+
10081012
}

0 commit comments

Comments
 (0)
Please sign in to comment.