mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-12-02 08:26:42 +03:00
removed obsolete dependencies
This commit is contained in:
parent
f2053a34d5
commit
5e9a9bed05
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user