summaryrefslogtreecommitdiff
path: root/dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch
blob: eb12edc2d4f33cb2ecb59acc5b172a7c7279c509 (plain)
1
2
3
4
5
6
7
8
9
diff --git a/test/test.hs b/test/test.hs
index 38238b5..c3a99b0 100644
--- a/test/test.hs
+++ b/test/test.hs
@@ -35,3 +35,3 @@ testPattern = 0xdeadbeef
 
-type PolyTest = (AtomicBits a, Storable a, Integral a, Bounded a, Show a) => a -> Assertion
+type PolyTest = forall a . (AtomicBits a, Storable a, Integral a, Bounded a, Show a) => a -> Assertion