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: hs-source-dirs:
src src
build-depends: build-depends:
async autodocodec
, autodocodec
, autodocodec-yaml , autodocodec-yaml
, base >=4.7 && <5 , base >=4.7 && <5
, bytestring
, conduit , conduit
, containers , containers
, cursor
, envparse , envparse
, fsnotify , fsnotify
, mtl
, optparse-applicative , optparse-applicative
, path , path
, path-io , path-io
, pretty-show , pretty-show
, process
, safe-coloured-text , safe-coloured-text
, safe-coloured-text-terminfo , safe-coloured-text-terminfo
, text , text

View File

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