packages feed

merge-bash-history 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

app/Main.hs view
@@ -2,6 +2,7 @@  import MergeBashHistory +import Data.Monoid ((<>)) import Data.Text.IO as TIO (readFile, putStr)  import Options.Applicative
merge-bash-history.cabal view
@@ -1,6 +1,6 @@ name:                merge-bash-history-version:             0.1.0.0-synopsis:            Initial project template from stack+version:             0.1.0.1+synopsis:            command line utility to merge bash_history description:         Please see README.md homepage:            http://github.com/j1r1k/merge-bash-history#readme license:             BSD3