diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2015-11-08 16:56:59 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-08 16:56:59 -0800 |
| commit | c423dbb5a34c2d1195020e0f0ca3aae883d0749b (patch) | |
| tree | a118d6561e1886fe019f51599c5c1258606eadd4 /tests/Tests/Arbitrary.hs | |
| parent | da056191182777c4e4e951d3aae49c6428677fc7 (diff) | |
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
This is needed for ghci to work with pandoc, given that we
now use a custom prelude.
Closes #2503.
Diffstat (limited to 'tests/Tests/Arbitrary.hs')
| -rw-r--r-- | tests/Tests/Arbitrary.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Tests/Arbitrary.hs b/tests/Tests/Arbitrary.hs index 3675d97bf..9073f2521 100644 --- a/tests/Tests/Arbitrary.hs +++ b/tests/Tests/Arbitrary.hs @@ -3,6 +3,7 @@ -- provides Arbitrary instance for Pandoc types module Tests.Arbitrary () where +import Prelude import Test.QuickCheck.Gen import Test.QuickCheck.Arbitrary import Control.Monad (liftM, liftM2) |
