gregwebs / Shelly.hs

Haskell shell scripting
BSD 3-Clause "New" or "Revised" License
418 stars 88 forks source link

Fix #189: Release 1.8.2 that uses the old `system-filepath` package #215

Closed andreasabel closed 1 year ago

andreasabel commented 2 years ago

Fix #189: Release 1.8.2 that uses the old system-filepath and system-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-style cabal), add the following to your cabal.project.local (or create this file):

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.

andreasabel commented 2 years ago

Published: https://hackage.haskell.org/package/shelly-1.8.2