TI -> TIM

formatting
This commit is contained in:
crumbtoo
2023-11-14 11:06:03 -07:00
parent 032bc0648f
commit 23c324fea2
2 changed files with 5 additions and 4 deletions

View File

@@ -19,9 +19,10 @@ common warnings
library
import: warnings
exposed-modules: Core
, TI
, TIM
other-modules: Data.Heap
, Data.Pretty
, Control.Parser
-- other-extensions:
build-depends: base ^>=4.18.0.0
@@ -35,8 +36,8 @@ executable rlpc
-- other-modules:
-- other-extensions:
build-depends:
base ^>=4.18.0.0,
rlp
base ^>=4.18.0.0
, rlp
hs-source-dirs: app
default-language: GHC2021