Skip to content

Commit 3b169cb

Browse files
committed
Allow tagged-0.8.7 in tests
1 parent 79b6f37 commit 3b169cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binary-orphans.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test-suite binary-orphans-test
7474
, OneTuple >=0.3 && <0.5
7575
, QuickCheck >=2.13.1 && <2.15
7676
, quickcheck-instances >=0.3.28 && <0.4
77-
, tagged >=0.8.6 && <0.8.7
77+
, tagged >=0.8.6 && <0.9
7878
, tasty >=0.10.1.2 && <1.5
7979
, tasty-quickcheck >=0.8.3.2 && <0.11
8080

test/Tests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Main (main) where
44
import Data.Binary (Binary, decode, encode)
55
import Data.Binary.Orphans ()
66
import Data.Monoid (Sum)
7-
import Data.Proxy
7+
import Data.Proxy (Proxy (..))
88
import Data.Semigroup (Min (..))
99
import Data.Tuple.Solo (Solo (..))
1010
import Numeric.Natural (Natural)

0 commit comments

Comments
 (0)