[commit: packages/binary] master: Fix compilation error. (067a192)
git at git.haskell.org
git at git.haskell.org
Thu Jan 22 22:36:11 UTC 2015
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/067a19299eb068ee3228388a44bad4e5adae09b0
>---------------------------------------------------------------
commit 067a19299eb068ee3228388a44bad4e5adae09b0
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Fri Jan 2 01:33:47 2015 +0300
Fix compilation error.
arbitrarySizedNatural is only defined when base >= 4.8.
>---------------------------------------------------------------
067a19299eb068ee3228388a44bad4e5adae09b0
tests/QC.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/QC.hs b/tests/QC.hs
index 2a08b3b..653cb85 100644
--- a/tests/QC.hs
+++ b/tests/QC.hs
@@ -21,7 +21,7 @@ import Test.Framework.Providers.QuickCheck2
import Test.QuickCheck
import qualified Action (tests)
-import Arbitrary (arbitrarySizedNatural)
+import Arbitrary
import Data.Binary
import Data.Binary.Get
import Data.Binary.Put
More information about the ghc-commits
mailing list