This repository was archived by the owner on Aug 23, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Original file line number Diff line number Diff line change @@ -142,45 +142,45 @@ Executable elm-package
142142 vector >= 0.10 && < 0.11 ,
143143 zip-archive
144144
145- Test-suite unit-test
146- Type :
147- exitcode-stdio-1.0
148-
149- Hs-Source-Dirs :
150- tests, src
151-
152- Main-is :
153- Tests.hs
154-
155- Other-modules :
156- SolverTests
157-
158- Build-depends :
159- aeson,
160- aeson-pretty ,
161- ansi-wl-pprint ,
162- base >= 4.2 && < 5 ,
163- binary ,
164- bytestring ,
165- containers ,
166- directory ,
167- elm-compiler >= 0.14 && < 0.15 ,
168- filepath ,
169- HTTP ,
170- HUnit ,
171- http-client >= 0.3 ,
172- http-client-tls ,
173- http-types ,
174- json ,
175- mtl ,
176- network ,
177- optparse-applicative ,
178- pretty ,
179- process ,
180- resourcet ,
181- test-framework,
182- test-framework-hunit,
183- text,
184- time,
185- unordered-containers,
186- vector
145+ -- Test-suite unit-test
146+ -- Type:
147+ -- exitcode-stdio-1.0
148+
149+ -- Hs-Source-Dirs:
150+ -- tests, src
151+
152+ -- Main-is:
153+ -- Tests.hs
154+
155+ -- Other-modules:
156+ -- ComparisonTests
157+ -- SolverTests
158+
159+ -- Build-depends:
160+ -- aeson,
161+ -- aeson-pretty ,
162+ -- ansi-wl-pprint ,
163+ -- base >=4.2 && <5 ,
164+ -- binary ,
165+ -- bytestring ,
166+ -- containers ,
167+ -- directory ,
168+ -- elm-compiler >= 0.14 && < 0.15 ,
169+ -- filepath ,
170+ -- HTTP ,
171+ -- HUnit ,
172+ -- http-client >= 0.3 ,
173+ -- http-client-tls ,
174+ -- http-types ,
175+ -- json ,
176+ -- mtl ,
177+ -- network ,
178+ -- optparse-applicative ,
179+ -- pretty ,
180+ -- process ,
181+ -- test-framework,
182+ -- test-framework-hunit,
183+ -- text,
184+ -- time,
185+ -- unordered-containers,
186+ -- vector
You can’t perform that action at this time.
0 commit comments