File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ packages:
4
4
- attoparsec-iso8601
5
5
extra-deps :
6
6
- integer-logarithms-1
7
- - QuickCheck-2.9.2
8
- - quickcheck-instances-0.3.14
9
7
- semigroups-0.18.2
10
8
- tagged-0.8.5
11
- - th-abstraction-0.2.2.0
12
9
- transformers-compat-0.5.1.4
10
+ - QuickCheck-2.10.0.1
11
+ - base-compat-0.9.3
12
+ - hashable-1.2.6.1
13
+ - integer-logarithms-1
14
+ - quickcheck-instances-0.3.16
15
+ - test-framework-quickcheck2-0.3.0.4
16
+ - th-abstraction-0.2.2.0
13
17
flags :
14
18
flags :
15
19
aeson :
Original file line number Diff line number Diff line change @@ -3,8 +3,12 @@ packages:
3
3
- ' .'
4
4
- attoparsec-iso8601
5
5
extra-deps :
6
+ - QuickCheck-2.10.0.1
7
+ - base-compat-0.9.3
8
+ - hashable-1.2.6.1
6
9
- integer-logarithms-1
7
- - quickcheck-instances-0.3.14
10
+ - quickcheck-instances-0.3.16
11
+ - test-framework-quickcheck2-0.3.0.4
8
12
- th-abstraction-0.2.2.0
9
13
flags :
10
14
aeson :
Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ packages:
3
3
- ' .'
4
4
- attoparsec-iso8601
5
5
extra-deps :
6
- - quickcheck-instances-0.3.14
6
+ - QuickCheck-2.10.0.1
7
+ - base-compat-0.9.3
8
+ - quickcheck-instances-0.3.16
7
9
- th-abstraction-0.2.2.0
10
+ - test-framework-quickcheck2-0.3.0.4
8
11
flags :
9
12
aeson :
10
13
fast : true
Original file line number Diff line number Diff line change 8
8
-- For Data.Aeson.Types.camelTo
9
9
{-# OPTIONS_GHC -fno-warn-deprecations #-}
10
10
11
+ #if MIN_VERSION_base(4,9,0)
12
+ {-# OPTIONS_GHC -fno-warn-unused-top-binds #-}
13
+ #endif
14
+
11
15
module UnitTests
12
16
(
13
17
ioTests
You can’t perform that action at this time.
0 commit comments