mintty 0.1.3 → 0.1.4
raw patch · 2 files changed
+8/−5 lines, 2 filesdep −filepathPVP ok
version bump matches the API change (PVP)
Dependencies removed: filepath
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- mintty.cabal +5/−5
CHANGELOG.md view
@@ -1,3 +1,6 @@+### 0.1.4 [2022.06.30]+* Remove an unused dependency on `filepath`.+ ### 0.1.3 [2021.11.07] * Backport a fix for a `Win32` bug that would make `isMinTTY` incorrectly return `False` on recent versions of MinTTY.
mintty.cabal view
@@ -1,5 +1,5 @@ name: mintty-version: 0.1.3+version: 0.1.4 synopsis: A reliable way to detect the presence of a MinTTY console on Windows description: MinTTY is a Windows-specific terminal emulator for the widely used Cygwin and MSYS projects, which provide@@ -41,8 +41,9 @@ , GHC == 8.4.4 , GHC == 8.6.5 , GHC == 8.8.4- , GHC == 8.10.4- , GHC == 9.0.1+ , GHC == 8.10.7+ , GHC == 9.0.2+ , GHC == 9.2.2 source-repository head type: git@@ -66,8 +67,7 @@ if flag(Win32-2-13-1) build-depends: Win32 >= 2.13.1 else- build-depends: filepath- , Win32 < 2.13.1+ build-depends: Win32 < 2.13.1 build-tools: hsc2hs include-dirs: include includes: windows_cconv.h, winternl_compat.h