@@ -38,15 +38,15 @@ library
38
38
, Data.JoinSemilattice.Class.Zipping
39
39
, Data.CDCL
40
40
41
- build-depends : base >= 4.12 && < 4.16
42
- , containers >= 0.6 && < 0.7
43
- , hashable >= 1.3 && < 1.4
44
- , hedgehog >= 1.0 && < 1.1
45
- , logict >= 0.7 && < 0.8
46
- , mtl >= 2.2 && < 2.3
47
- , primitive >= 0.7 && < 0.8
48
- , transformers >= 0.5 && < 0.6
49
- , unordered-containers >= 0.2 && < 0.3
41
+ build-depends : base >= 4.12
42
+ , containers >= 0.6
43
+ , hashable >= 1.3
44
+ , hedgehog >= 1.0
45
+ , logict >= 0.7
46
+ , mtl >= 2.2
47
+ , primitive >= 0.7
48
+ , transformers >= 0.5
49
+ , unordered-containers >= 0.2
50
50
51
51
ghc-options : -Wall -Wextra
52
52
hs-source-dirs : src
@@ -60,23 +60,24 @@ test-suite examples
60
60
main-is : Main.hs
61
61
62
62
build-depends : base
63
- , hashable >= 1.3 && < 1.4
63
+ , hashable >= 1.3
64
64
, holmes
65
- , hspec >= 2.7 && < 2.9
66
- , split >= 0.2 && < 0.3
67
- , unordered-containers >= 0.2 && < 0.3
68
- , relude >= 0.6 && < 1.1
69
- , tasty >= 1.2 && < 1.5
65
+ , hspec >= 2.7
66
+ , split >= 0.2
67
+ , unordered-containers >= 0.2
68
+ , relude >= 0.6
69
+ , tasty >= 1.2
70
70
, tasty-discover
71
71
, tasty-hspec
72
72
73
- other-modules : Futoshiki
73
+ other-modules :
74
+ Futoshiki
74
75
, Issue14
75
76
, WaveFunctionCollapse
76
77
77
78
ghc-options : -Wall -Wextra -threaded
78
79
hs-source-dirs : examples
79
- build-tool-depends : tasty-discover :tasty-discover
80
+ -- build-tool-depends: tasty-discover:tasty-discover
80
81
default-language : Haskell2010
81
82
82
83
--------------------------------------------------
@@ -87,13 +88,13 @@ test-suite test
87
88
main-is : Main.hs
88
89
89
90
build-depends : base
90
- , containers >= 0.6 && < 0.7
91
- , hashable >= 1.3 && < 1.4
92
- , hedgehog >= 1.0 && < 1.1
91
+ , containers >= 0.6
92
+ , hashable >= 1.3
93
+ , hedgehog >= 1.0
93
94
, holmes
94
- , primitive >= 0.7 && < 0.8
95
- , transformers >= 0.5 && < 0.6
96
- , tasty >= 1.2 && < 1.5
95
+ , primitive >= 0.7
96
+ , transformers >= 0.5
97
+ , tasty >= 1.2
97
98
, tasty-discover
98
99
, tasty-hedgehog
99
100
, tasty-hspec
@@ -115,20 +116,20 @@ test-suite test
115
116
116
117
ghc-options : -Wall -Wextra -threaded
117
118
hs-source-dirs : test
118
- build-tool-depends : markdown-unlit :markdown-unlit
119
- , tasty-discover :tasty-discover
119
+ -- build-tool-depends: markdown-unlit:markdown-unlit
120
+ -- , tasty-discover:tasty-discover
120
121
default-language : Haskell2010
121
122
122
123
--------------------------------------------------
123
124
-- LITERATE HASKELL README / HSPEC RUNNER
124
125
125
- test-suite readme
126
- build-depends : base
127
- , hashable >= 1.3 && < 1.4
128
- , holmes
129
- , hspec >= 2.7 && < 2.9
130
- main-is : README.lhs
131
- type : exitcode-stdio-1.0
132
- default-language : Haskell2010
133
- ghc-options : -pgmL markdown-unlit -Wall
134
- build-tool-depends : markdown-unlit :markdown-unlit
126
+ -- test-suite readme
127
+ -- build-depends: base
128
+ -- , hashable >= 1.3
129
+ -- , holmes
130
+ -- , hspec >= 2.7
131
+ -- main-is: README.lhs
132
+ -- type: exitcode-stdio-1.0
133
+ -- default-language: Haskell2010
134
+ -- ghc-options: -pgmL markdown-unlit -Wall
135
+ -- build-tool-depends: markdown-unlit:markdown-unlit
0 commit comments