Skip to content

Commit 733d014

Browse files
committed
Bump version to 0.1.19.0
1 parent 1603976 commit 733d014

File tree

1 file changed

+40
-41
lines changed

1 file changed

+40
-41
lines changed

ghcup.cabal

+40-41
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: ghcup
3-
version: 0.1.18.1
3+
version: 0.1.19.0
44
license: LGPL-3.0-only
55
license-file: LICENSE
66
copyright: Julian Ospald 2020
@@ -25,10 +25,10 @@ extra-source-files:
2525
cbits/dirutils.h
2626
data/build_mk/cross
2727
data/build_mk/default
28+
test/data/dir/.keep
29+
test/data/file
2830
test/golden/unix/GHCupInfo.json
2931
test/golden/windows/GHCupInfo.json
30-
test/data/file
31-
test/data/dir/.keep
3232

3333
source-repository head
3434
type: git
@@ -185,9 +185,8 @@ library
185185
GHCup.Prelude.File.Posix.Foreign
186186
GHCup.Prelude.Posix
187187
GHCup.Prelude.Process.Posix
188-
exposed-modules:
189-
GHCup.Prelude.File.Posix.Traversals
190188

189+
exposed-modules: GHCup.Prelude.File.Posix.Traversals
191190
include-dirs: cbits
192191
includes: dirutils.h
193192
install-includes: dirutils.h
@@ -242,40 +241,40 @@ executable ghcup
242241
-fwarn-incomplete-record-updates -threaded
243242

244243
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
256255
, 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
279278

280279
if flag(internal-downloader)
281280
cpp-options: -DINTERNAL_DOWNLOADER
@@ -305,9 +304,9 @@ test-suite ghcup-test
305304
hs-source-dirs: test
306305
other-modules:
307306
GHCup.ArbitraryTypes
307+
GHCup.Prelude.File.Posix.TraversalsSpec
308308
GHCup.Types.JSONSpec
309309
GHCup.Utils.FileSpec
310-
GHCup.Prelude.File.Posix.TraversalsSpec
311310
Spec
312311

313312
default-language: Haskell2010
@@ -342,6 +341,6 @@ test-suite ghcup-test
342341

343342
if os(windows)
344343
cpp-options: -DIS_WINDOWS
344+
345345
else
346-
build-depends:
347-
, unix ^>=2.7
346+
build-depends: unix ^>=2.7

0 commit comments

Comments
 (0)