Compare commits

...

2 Commits

Author SHA1 Message Date
Julian Ospald a7fd36beeb
Release 0.1.1 and fix bugs on mac 2020-04-15 00:08:47 +02:00
Julian Ospald baee1d5b85
Update link 2020-04-13 22:20:10 +02:00
3 changed files with 9 additions and 5 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

@ -25,7 +25,7 @@ Follow the instructions at [https://www.haskell.org/ghcup/](https://www.haskell.
### Manual install
Download the binary for your platform at [https://github.com/hasufell/ghcup-hs/releases](https://github.com/hasufell/ghcup-hs/releases)
Download the binary for your platform at [https://downloads.haskell.org/~ghcup/](https://downloads.haskell.org/~ghcup/)
and place it into your `PATH` anywhere.
Then adjust your `PATH` in `~/.bashrc` (or similar, depending on your shell) like so:

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