1
1
cabal-version : 2.4
2
2
name : ghcup
3
- version : 0.1.18.1
3
+ version : 0.1.19.0
4
4
license : LGPL-3.0-only
5
5
license-file : LICENSE
6
6
copyright : Julian Ospald 2020
@@ -25,10 +25,10 @@ extra-source-files:
25
25
cbits/dirutils.h
26
26
data/build_mk/cross
27
27
data/build_mk/default
28
+ test/data/dir/.keep
29
+ test/data/file
28
30
test/golden/unix/GHCupInfo.json
29
31
test/golden/windows/GHCupInfo.json
30
- test/data/file
31
- test/data/dir/.keep
32
32
33
33
source-repository head
34
34
type : git
@@ -185,9 +185,8 @@ library
185
185
GHCup.Prelude.File.Posix.Foreign
186
186
GHCup.Prelude.Posix
187
187
GHCup.Prelude.Process.Posix
188
- exposed-modules :
189
- GHCup.Prelude.File.Posix.Traversals
190
188
189
+ exposed-modules : GHCup.Prelude.File.Posix.Traversals
191
190
include-dirs : cbits
192
191
includes : dirutils.h
193
192
install-includes : dirutils.h
@@ -242,40 +241,40 @@ executable ghcup
242
241
-fwarn-incomplete-record-updates -threaded
243
242
244
243
build-depends :
245
- , aeson >= 1.4
246
- , aeson-pretty ^>= 0.8.8
247
- , async ^>= 2.2.3
248
- , base >= 4.12 && < 5
249
- , bytestring >= 0.10 && < 0.12
250
- , cabal-plan ^ >= 0.7.2
251
- , cabal-install-parsers >= 0.4.5
252
- , containers ^>= 0.6
253
- , deepseq ^>= 1.4
254
- , directory ^>= 1.3.6.0
255
- , filepath ^>= 1.4.2.1
244
+ , aeson >= 1.4
245
+ , aeson-pretty ^>= 0.8.8
246
+ , async ^>= 2.2.3
247
+ , base >= 4.12 && < 5
248
+ , bytestring >= 0.10 && < 0.12
249
+ , cabal-install-parsers >= 0.4.5
250
+ , cabal-plan ^ >= 0.7.2
251
+ , containers ^>= 0.6
252
+ , deepseq ^>= 1.4
253
+ , directory ^>= 1.3.6.0
254
+ , filepath ^>= 1.4.2.1
256
255
, ghcup
257
- , haskus-utils-types ^>= 1.5
258
- , haskus-utils-variant ^>= 3.2.1
259
- , libarchive ^>= 3.0.3.0
260
- , megaparsec >= 8.0.0 && < 9.3
261
- , mtl ^>= 2.2
262
- , optparse-applicative >= 0.15.1.0 && < 0.18
263
- , pretty ^>= 1.1.3.1
264
- , pretty-terminal ^>= 0.1.0.0
265
- , process ^>= 1.6.11.0
266
- , resourcet ^>= 1.2.2
267
- , safe ^>= 0.3.18
268
- , safe-exceptions ^>= 0.1
269
- , tagsoup ^>= 0.14
270
- , template-haskell >= 2.7 && < 2.20
271
- , temporary ^>= 1.3
272
- , text ^>= 2.0
273
- , unordered-containers ^>= 0.2
274
- , uri-bytestring ^>= 0.3.2.2
275
- , utf8-string ^>= 1.0
276
- , vector ^>= 0.12
277
- , versions >= 4.0.1 && < 5.1
278
- , yaml-streamly ^>= 0.12.0
256
+ , haskus-utils-types ^>= 1.5
257
+ , haskus-utils-variant ^>= 3.2.1
258
+ , libarchive ^>= 3.0.3.0
259
+ , megaparsec >= 8.0.0 && < 9.3
260
+ , mtl ^>= 2.2
261
+ , optparse-applicative >= 0.15.1.0 && < 0.18
262
+ , pretty ^>= 1.1.3.1
263
+ , pretty-terminal ^>= 0.1.0.0
264
+ , process ^>= 1.6.11.0
265
+ , resourcet ^>= 1.2.2
266
+ , safe ^>= 0.3.18
267
+ , safe-exceptions ^>= 0.1
268
+ , tagsoup ^>= 0.14
269
+ , template-haskell >= 2.7 && < 2.20
270
+ , temporary ^>= 1.3
271
+ , text ^>= 2.0
272
+ , unordered-containers ^>= 0.2
273
+ , uri-bytestring ^>= 0.3.2.2
274
+ , utf8-string ^>= 1.0
275
+ , vector ^>= 0.12
276
+ , versions >= 4.0.1 && < 5.1
277
+ , yaml-streamly ^>= 0.12.0
279
278
280
279
if flag(internal-downloader)
281
280
cpp-options : -DINTERNAL_DOWNLOADER
@@ -305,9 +304,9 @@ test-suite ghcup-test
305
304
hs-source-dirs : test
306
305
other-modules :
307
306
GHCup.ArbitraryTypes
307
+ GHCup.Prelude.File.Posix.TraversalsSpec
308
308
GHCup.Types.JSONSpec
309
309
GHCup.Utils.FileSpec
310
- GHCup.Prelude.File.Posix.TraversalsSpec
311
310
Spec
312
311
313
312
default-language : Haskell2010
@@ -342,6 +341,6 @@ test-suite ghcup-test
342
341
343
342
if os(windows)
344
343
cpp-options : -DIS_WINDOWS
344
+
345
345
else
346
- build-depends :
347
- , unix ^>= 2.7
346
+ build-depends : unix ^>= 2.7
0 commit comments