Skip to content
This repository was archived by the owner on Aug 23, 2018. It is now read-only.

Commit 2776280

Browse files
committed
Ignore outdated test suite in cabal
1 parent a9548bb commit 2776280

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

elm-package.cabal

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)