Release 0.1.1 and fix bugs on mac

This commit is contained in:
Julian Ospald 2020-04-15 00:08:47 +02:00
parent baee1d5b85
commit a7fd36beeb
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Revision history for ghcup
## 0.1.0.0 -- YYYY-mm-dd
## 0.1.1 -- 2020-04-15
* fix awful fdopendir bug on mac bug by updating hpath-posix
## 0.1.0
* First version. Released on an unsuspecting world.

View File

@ -1,6 +1,6 @@
cabal-version: 3.0
name: ghcup
version: 0.1.0
version: 0.1.1
synopsis: ghc toolchain installer as an exe/library
description:
A rewrite of the shell script ghcup, for providing
@ -84,7 +84,7 @@ common hpath
build-depends: hpath >=0.11
common hpath-directory
build-depends: hpath-directory >=0.13.2
build-depends: hpath-directory >=0.13.3
common hpath-filepath
build-depends: hpath-filepath >=0.10.3
@ -93,7 +93,7 @@ common hpath-io
build-depends: hpath-io >=0.13.1
common hpath-posix
build-depends: hpath-posix >=0.11.1
build-depends: hpath-posix >=0.13.2
common http-io-streams
build-depends: http-io-streams >=0.1.2.0