We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79b6f37 + 3b169cb commit 3a9e58fCopy full SHA for 3a9e58f
binary-orphans.cabal
@@ -74,7 +74,7 @@ test-suite binary-orphans-test
74
, OneTuple >=0.3 && <0.5
75
, QuickCheck >=2.13.1 && <2.15
76
, quickcheck-instances >=0.3.28 && <0.4
77
- , tagged >=0.8.6 && <0.8.7
+ , tagged >=0.8.6 && <0.9
78
, tasty >=0.10.1.2 && <1.5
79
, tasty-quickcheck >=0.8.3.2 && <0.11
80
test/Tests.hs
@@ -4,7 +4,7 @@ module Main (main) where
4
import Data.Binary (Binary, decode, encode)
5
import Data.Binary.Orphans ()
6
import Data.Monoid (Sum)
7
-import Data.Proxy
+import Data.Proxy (Proxy (..))
8
import Data.Semigroup (Min (..))
9
import Data.Tuple.Solo (Solo (..))
10
import Numeric.Natural (Natural)
0 commit comments