editor-open 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+4/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- editor-open.cabal +4/−3
editor-open.cabal view
@@ -1,6 +1,6 @@ name: editor-open-version: 0.1.0.0-synopsis: Open the user's @$EDITOR@ for text input.+version: 0.1.0.1+synopsis: Open the user's $EDITOR for text input. description: You know when you run @git commit@, and an editor pops open so you can enter a commit message? This is a Haskell library that does that.@@ -16,6 +16,7 @@ category: Text build-type: Simple cabal-version: >=1.10+bug-reports: https://notabug.org/pharpend/editor-open/issues/new extra-source-files: README.md @@ -44,4 +45,4 @@ source-repository this type: git location: https://notabug.org/pharpend/editor-open.git- tag: 0.1.0.0+ tag: 0.1.0.1