Core, Remote: deps clean-up (#117)

Closing: #116
#115 allowed to reduce some deps in descriptions.
This commit is contained in:
Anton Latukha 2021-01-14 22:20:00 +02:00 committed by GitHub
parent a336a09650
commit 35b8e2c4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 10 deletions

View File

@ -49,8 +49,6 @@ library
, base16-bytestring
, base64-bytestring
, bytestring
, binary
, bytestring
, cereal
, containers
, cryptohash-md5

View File

@ -39,18 +39,16 @@ library
build-depends: base >=4.10 && <5
, attoparsec
, bytestring
, binary
, bytestring
, containers
, text
, time
, network
, nix-derivation >= 1.1.1 && <2
, mtl
, unordered-containers
, time
, hnix-store-core >= 0.4 && <0.5
, vector
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
@ -72,9 +70,6 @@ test-suite hnix-store-remote-tests
build-depends: base
, hnix-store-core >= 0.3
, hnix-store-remote
, base64-bytestring
, binary
, bytestring
, containers
, directory
, process
@ -84,13 +79,11 @@ test-suite hnix-store-remote-tests
, tasty
, tasty-discover
, tasty-hspec
, tasty-hunit
, tasty-quickcheck
, linux-namespaces
, nix-derivation
, temporary
, text
, time
, unix
, unordered-containers
, vector