packages feed

gargoyle 0.1.2.0 → 0.1.2.1

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~basedep ~filepathdep ~networknew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, filepath, network

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for gargoyle +## 0.1.2.1++* Support GHC 9.10+ ## 0.1.2.0  * Fix a bug with shutting down on Apple Silicon
gargoyle.cabal view
@@ -1,5 +1,5 @@ name:               gargoyle-version:            0.1.2.0+version:            0.1.2.1 license:            BSD3 license-file:       LICENSE author:             Obsidian Systems LLC@@ -22,20 +22,20 @@   ChangeLog.md   README.md -tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2+tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.8.2 || ==9.10.1  library   exposed-modules:  Gargoyle   ghc-options:      -Wall   ghc-prof-options: -fprof-auto-exported   build-depends:-      base       >=4.12.0 && <4.17+      base       >=4.12.0 && <4.21     , directory  >=1.3.3  && <1.4     , filelock   >=0.1.1  && <0.2-    , filepath   >=1.4.2  && <1.5-    , network    >=2.6.0  && <3.2+    , filepath   >=1.4.2  && <1.6+    , network    >=2.6.0  && <3.3     , process    >=1.5.0  && <1.7-    , unix       >=2.7.2  && <2.8+    , unix       >=2.7.2  && <2.9    hs-source-dirs:   src   default-language: Haskell2010