bin: hledger-swap-dates: replace here with string-qq, as elsewhere

This commit is contained in:
Simon Michael 2020-08-15 09:06:09 -07:00
parent a051fd0dc4
commit 7f8192ba75

View File

@ -2,7 +2,7 @@
{- stack runghc --verbosity info
--package hledger-lib
--package hledger
--package here
--package string-qq
--package text
-}
@ -11,13 +11,13 @@
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE RecordWildCards #-}
import Data.String.Here
import Data.String.QQ (s)
import Hledger
import Hledger.Cli
------------------------------------------------------------------------------
cmdmode = hledgerCommandMode
[here| swap-dates
[s| swap-dates
Swap date and date2, on transactions which have date2 defined.
(Does not yet swap posting dates.)
FLAGS