Skip to content

Commit 3a77854

Browse files
committed
Update stack configs
1 parent 4522853 commit 3a77854

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

stack-lts6.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ packages:
44
- attoparsec-iso8601
55
extra-deps:
66
- integer-logarithms-1
7-
- QuickCheck-2.9.2
8-
- quickcheck-instances-0.3.14
97
- semigroups-0.18.2
108
- tagged-0.8.5
11-
- th-abstraction-0.2.2.0
129
- 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
1317
flags:
1418
flags:
1519
aeson:

stack-lts7.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ packages:
33
- '.'
44
- attoparsec-iso8601
55
extra-deps:
6+
- QuickCheck-2.10.0.1
7+
- base-compat-0.9.3
8+
- hashable-1.2.6.1
69
- integer-logarithms-1
7-
- quickcheck-instances-0.3.14
10+
- quickcheck-instances-0.3.16
11+
- test-framework-quickcheck2-0.3.0.4
812
- th-abstraction-0.2.2.0
913
flags:
1014
aeson:

stack-lts8.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ packages:
33
- '.'
44
- attoparsec-iso8601
55
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
79
- th-abstraction-0.2.2.0
10+
- test-framework-quickcheck2-0.3.0.4
811
flags:
912
aeson:
1013
fast: true

tests/UnitTests.hs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
-- For Data.Aeson.Types.camelTo
99
{-# OPTIONS_GHC -fno-warn-deprecations #-}
1010

11+
#if MIN_VERSION_base(4,9,0)
12+
{-# OPTIONS_GHC -fno-warn-unused-top-binds #-}
13+
#endif
14+
1115
module UnitTests
1216
(
1317
ioTests

0 commit comments

Comments
 (0)