packages feed

pipeclip 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+9/−5 lines, 3 filesdep ~editor-open

Dependency ranges changed: editor-open

Files

+ CHANGELOG view
@@ -0,0 +1,3 @@+[0.1.0.1] * Bump up version for editor-open.+          * Fix tag in source-repository field.+          * Add a changelog
pipeclip.cabal view
@@ -1,9 +1,9 @@ name:                pipeclip-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Open your editor, pipe the output to the system clipboard description:            This opens up your @$EDITOR@ or @$VISUAL@ using the -  <https://hackage.haskell.org/package/editor-open @editor-open@ library.> It+  <https://hackage.haskell.org/package/editor-open editor-open library.> It   then takes the edited text and sends it to the X11 clipboard.   .   As such, this will only work if you have X11. Translated, this is limited to@@ -19,6 +19,7 @@ cabal-version:       >=1.10 bug-reports:         https://github.com/pharpend/pipeclip/issues extra-source-files:  +  CHANGELOG   LICENSE   README.md data-files:  @@ -37,7 +38,7 @@   build-depends:       base ==4.*     , bytestring-    , editor-open+    , editor-open >=0.6     , Hclip     , safe @@ -48,4 +49,4 @@ source-repository this   type: git   location: git://github.com/pharpend/pipeclip.git-  tag: master+  tag: 0.1.0.1
pipeclip.hs view
@@ -48,7 +48,7 @@      |  not help_ -> runClip sto templ      |  otherwise ->        B.hPut stdout-              (pack (mappend (unlines ["pipeclip v.0.1.0.0"+              (pack (mappend (unlines ["pipeclip v.0.1.0.1"                                       ,"Copyright (c) 2015, Peter Harpending."                                       ,"Licensed under the FreeBSD license. See --license for info."                                       ,mempty