haskeline 0.7.0.0 → 0.7.0.1
raw patch · 3 files changed
+5/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES +3/−0
- System/Console/Haskeline/Backend/Posix/Encoder.hs +1/−1
- haskeline.cabal +1/−1
CHANGES view
@@ -1,3 +1,6 @@+Changed in version 0.7.0.1:+ * Fix GHC build by removing a Haskell comment on an #endif line+ Changed in version 0.7.0.0: API changes: * Remove System.Console.Haskeline.Encoding
System/Console/Haskeline/Backend/Posix/Encoder.hs view
@@ -206,6 +206,6 @@ blockUntilInput h = unsafeHandleToFD h >>= threadWaitRead . Fd #endif -#endif -- USE_GHC_ENCODINGS+#endif
haskeline.cabal view
@@ -1,6 +1,6 @@ Name: haskeline Cabal-Version: >=1.6-Version: 0.7.0.0+Version: 0.7.0.1 Category: User Interfaces License: BSD3 License-File: LICENSE