Skip to content

Commit e6f0bcd

Browse files
committed
added StandaloneDeriving to haddock
1 parent 3588c5a commit e6f0bcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: build-haddock

100755100644
+2-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ haddock --html --hyperlinked-source --built-in-themes --quickjump -o haddock-bui
3838
--optghc="-XInstanceSigs" \
3939
--optghc="-XFunctionalDependencies" \
4040
--optghc="-package typerep-map" \
41-
--optghc="-XDefaultSignatures"
41+
--optghc="-XDefaultSignatures" \
42+
--optghc="-XStandaloneDeriving"

0 commit comments

Comments
 (0)