build-depends:
base ^>=4.15.1.0,
process ^>=1.6.13.2,
- text,
- aeson,
- bytestring,
- uuid,
- entropy,
- haskeline,
- text-ansi,
- extra,
- aeson-pretty,
+ text ^>=1.2.5.0,
+ aeson ^>=1.5.6.0,
+ bytestring ^>=0.10.12.1,
+ uuid ^>=1.3.15,
+ entropy ^>=0.4.1.7,
+ haskeline ^>=0.8.2,
+ text-ansi ^>=0.1.1,
+ extra ^>=1.7.10,
+ aeson-pretty ^>=0.8.9,
hs-source-dirs: app
default-language: Haskell2010