Hclip 2.0.0.0 → 2.0.0.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Hclip.cabal +1/−1
- System/Hclip.hs +1/−1
Hclip.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 2.0.0.0+version: 2.0.0.1 -- A short (one-line) description of the package. synopsis: A small cross-platform library for reading and modifying the system clipboard.
System/Hclip.hs view
@@ -123,7 +123,7 @@ if isText then do h <- getClipboardData cF_TEXT- bracket (globalLock h) globalUnlock $ liftM Right . peekCAString . castPtr+ bracket (globalLock h) globalUnlock $ peekCAString . castPtr else throwIO NoTextualData clipboard Windows (SetClipboard s) =