Closed andreasabel closed 1 year ago
Fix #189: Release 1.8.2 that uses the old system-filepath and system-fileio packages but builds with GHC >= 8.8.
system-filepath
system-fileio
Release candidate (contains changelog) at: https://hackage.haskell.org/package/shelly-1.8.2/candidate
To test (with v2-style cabal), add the following to your cabal.project.local (or create this file):
v2
cabal
cabal.project.local
source-repository-package type: git location: https://github.com/gregwebs/Shelly.hs.git tag: 806c7582b255e14653aad67852402d07dd47d2fe constraint: shelly == 1.8.2
With v1-style cabal, download the release candidate from hackage or clone this PR and then cabal v1-install it.
v1
cabal v1-install
Published: https://hackage.haskell.org/package/shelly-1.8.2
Fix #189: Release 1.8.2 that uses the old
system-filepath
andsystem-fileio
packages but builds with GHC >= 8.8.Release candidate (contains changelog) at: https://hackage.haskell.org/package/shelly-1.8.2/candidate
To test (with
v2
-stylecabal
), add the following to yourcabal.project.local
(or create this file):With
v1
-stylecabal
, download the release candidate from hackage or clone this PR and thencabal v1-install
it.