removed obsolete dependencies

This commit is contained in:
Tom Sydney Kerckhove 2022-03-08 20:59:35 +01:00
parent f2053a34d5
commit 5e9a9bed05
2 changed files with 1 additions and 11 deletions

View File

@ -33,22 +33,17 @@ library
hs-source-dirs:
src
build-depends:
async
, autodocodec
autodocodec
, autodocodec-yaml
, base >=4.7 && <5
, bytestring
, conduit
, containers
, cursor
, envparse
, fsnotify
, mtl
, optparse-applicative
, path
, path-io
, pretty-show
, process
, safe-coloured-text
, safe-coloured-text-terminfo
, text

View File

@ -12,21 +12,16 @@ dependencies:
library:
source-dirs: src
dependencies:
- async
- autodocodec
- autodocodec-yaml
- bytestring
- conduit
- containers
- cursor
- envparse
- fsnotify
- mtl
- optparse-applicative
- path
- path-io
- pretty-show
- process
- safe-coloured-text
- safe-coloured-text-terminfo
- text