1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-configuration-ghc-8.0.x: doctest 0.11.x is now the default

This commit is contained in:
Peter Simons 2016-04-16 16:34:00 +02:00
parent 2c1f152c60
commit c2545acecd

View file

@ -49,9 +49,6 @@ self: super: {
# Deviate from Stackage here to fix lots of builds.
transformers-compat = self.transformers-compat_0_5_1_4;
# https://github.com/sol/doctest/issues/125
doctest = self.doctest_0_11_0;
# No modules defined for this compiler.
fail = dontHaddock super.fail;