From a7fd36beeb80e0f78824d8ead8353fac3d2c3a7f Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 15 Apr 2020 00:08:47 +0200 Subject: [PATCH] Release 0.1.1 and fix bugs on mac --- CHANGELOG.md | 6 +++++- ghcup.cabal | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0ff85..4638bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/ghcup.cabal b/ghcup.cabal index 50de78c..239abdc 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -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