Clipboard 2.0.0 → 2.1.0
raw patch · 2 files changed
+3/−8 lines, 2 files
Files
- Clipboard.cabal +2/−8
- System/Clipboard.hs +1/−0
Clipboard.cabal view
@@ -1,5 +1,5 @@ Name: Clipboard -Version: 2.0.0 +Version: 2.1.0 Author: Sævar Berg Homepage: http://ddiaz.asofilak.es/packages/Clipboard License: BSD3 @@ -14,13 +14,7 @@ . Changes from last version: . - * New definitions of 'setClipboardString' and 'getClipboardString', - according to the API specifications on MSDN. So, it's highly recommended update - to this version. - . - * Added 'modifyClipboardString'. - . - * Shorter name of the module @System.Windows.Clipboard@: @System.Clipboard@. + * Now @System.Clipboard@ exports 'modifyClipboardString'. Build-type: Simple Cabal-version: >= 1.6
System/Clipboard.hs view
@@ -7,6 +7,7 @@ ( setClipboardString , getClipboardString + , modifyClipboardString ) where import System.Win32.Mem