HSH 2.1.0 → 2.1.1
raw patch · 2 files changed
+7/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- HSH.cabal +1/−1
- HSH/Command.hs +6/−0
HSH.cabal view
@@ -1,5 +1,5 @@ Name: HSH-Version: 2.1.0+Version: 2.1.1 License: LGPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen
HSH/Command.hs view
@@ -298,6 +298,9 @@ -- Added field in process 1.1.0.0: , create_group = False #endif+#if MIN_VERSION_process(1,2,0)+ , delegate_ctlc = False+#endif } in do (_, oh', _, ph) <- createProcess cp let oh = fromJust oh'@@ -313,6 +316,9 @@ #if MIN_VERSION_process(1,1,0) -- Added field in process 1.1.0.0: , create_group = False+#endif+#if MIN_VERSION_process(1,2,0)+ , delegate_ctlc = False #endif } in do (ih', oh', _, ph) <- createProcess cp