jot 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- app/Main.hs +1/−1
- jot.cabal +2/−2
app/Main.hs view
@@ -42,5 +42,5 @@ let file = dir </> (show d) <.> "md" mktree $ decodeString dir unlessM (testfile $ decodeString file) $ appendFile file $ dayToPreamble df dt ++ "\n\n"- appendFile file $ timeToSubheader tf dt ++ "\n\n"+ appendFile file $ timeToSubheader tf dt ++ "\n\n\n" callProcess ed $ edopts ++ [file]
jot.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: a6d5fd480868a8c062ed2c8b80771436903f450f86a9af0b7341527febcc13ff+-- hash: 80fd6643de7f4c64b5b708b5285bea9a727aaa6e9f9d21c226661a968e204773 name: jot-version: 0.1.0.2+version: 0.1.0.3 synopsis: Tiny markdown notebook description: Jot is a little notebook. It makes little notepages with timestamps that you can customize. category: CLI