termonad 4.0.1.0 → 4.0.1.1
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- termonad.cabal +2/−3
CHANGELOG.md view
@@ -1,3 +1,9 @@+## 4.0.1.1++* Bump upper dependency on `base` so that Termonad is compatible with+ GHC-8.10. [#172](https://github.com/cdepillabout/termonad/pull/172).+ Thanks [@mimi1vx](https://github.com/mimi1vx)!+ ## 4.0.1.0 * Add Preferences link to context menu. This is a convenient way to open the
termonad.cabal view
@@ -1,5 +1,5 @@ name: termonad-version: 4.0.1.0+version: 4.0.1.1 synopsis: Terminal emulator configurable in Haskell description: Termonad is a terminal emulator configurable in Haskell. It is extremely@@ -62,8 +62,7 @@ , Termonad.Types , Termonad.XML other-modules: Paths_termonad- -- Termonad only supports GHC-8.8- build-depends: base >= 4.13 && < 4.14+ build-depends: base >= 4.13 && < 5 , adjunctions , classy-prelude , colour