packages feed

shelly 1.10.0 → 1.10.0.1

raw patch · 2 files changed

+22/−14 lines, 2 filesdep ~directoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: directory

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,9 @@+# 1.10.0.1++Andreas Abel, 2023-01-24+* Allow `unix-compat-0.6`.+* Builds `-Wall` warning-free with GHC 8.0 - 9.4.+ # 1.10.0  Andreas Abel, 2022-01-30
shelly.cabal view
@@ -1,6 +1,6 @@ Name:       shelly -Version:     1.10.0+Version:     1.10.0.1 Synopsis:    shell-like (systems) programming in Haskell  Description: Shelly provides convenient systems programming in Haskell,@@ -17,27 +17,28 @@              .              See the shelly-extra package for additional functionality.              .-             An overview is available in the README: <https://github.com/yesodweb/Shelly.hs/blob/master/README.md>+             An overview is available in the README: <https://github.com/gregwebs/Shelly.hs/blob/master/README.md>  -Homepage:            https://github.com/yesodweb/Shelly.hs+Homepage:            https://github.com/gregwebs/Shelly.hs License:             BSD3 License-file:        LICENSE Author:              Greg Weber, Petr Rockai-Maintainer:          Greg Weber <greg@gregweber.info>, Andreas Abel+Maintainer:          Andreas Abel Category:            Development Build-type:          Simple Cabal-version:       >=1.10  tested-with:-  GHC == 8.0.2-  GHC == 8.2.2-  GHC == 8.4.4-  GHC == 8.6.5-  GHC == 8.8.4-  GHC == 8.10.7+  GHC == 9.4.4+  GHC == 9.2.5   GHC == 9.0.2-  GHC == 9.2.1+  GHC == 8.10.7+  GHC == 8.8.4+  GHC == 8.6.5+  GHC == 8.4.4+  GHC == 8.2.2+  GHC == 8.0.2  -- for the sdist of the test suite extra-source-files:@@ -75,7 +76,7 @@     , async     , bytestring                >= 0.10.6.0     , containers                >= 0.5.7.0-    , directory                 >= 1.3.0.0   && < 1.4.0.0+    , directory                 >= 1.3.0.0   && < 1.4     , enclosed-exceptions     , exceptions                >= 0.8.2.1     , filepath@@ -88,7 +89,7 @@     , time                      >= 1.3       && < 1.13     , transformers              >= 0.5.0.0     , transformers-base-    , unix-compat               >= 0.4.1.1   && < 0.6+    , unix-compat               >= 0.4.1.1   && < 0.7    ghc-options:     -Wall@@ -100,10 +101,11 @@   default-language: Haskell2010   default-extensions:     CPP+    TypeOperators  source-repository head   type:     git-  location: https://github.com/yesodweb/Shelly.hs+  location: https://github.com/gregwebs/Shelly.hs  Flag lifted    Description: run the tests against Shelly.Lifted