mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
8 lines
81 B
Haskell
8 lines
81 B
Haskell
module BasicTypes
|
|
where
|
|
import Utils
|
|
|
|
|
|
type Date = String
|
|
type DateTime = String
|