From 067feafb745a7b8dae5555ace865e976c8469794 Mon Sep 17 00:00:00 2001 From: Greg Hale Date: Thu, 13 Sep 2018 09:44:12 -0400 Subject: [PATCH] Drop `memory` and the dependencies of `cryptonite` --- hnix-store-core/hnix-store-core.cabal | 4 ---- hnix-store-core/src/System/Nix/Store.hs | 1 - 2 files changed, 5 deletions(-) diff --git a/hnix-store-core/hnix-store-core.cabal b/hnix-store-core/hnix-store-core.cabal index 3815060..43ab1e7 100644 --- a/hnix-store-core/hnix-store-core.cabal +++ b/hnix-store-core/hnix-store-core.cabal @@ -26,7 +26,6 @@ library , System.Nix.Store , System.Nix.Util build-depends: base >=4.10 && <4.11 - , basement , bytestring , binary , bytestring @@ -34,10 +33,7 @@ library , cryptohash-sha256 , directory , filepath - -- Drop foundation when we can drop cryptonite <0.25 - , foundation , hashable - , memory , mtl , regex-base , regex-tdfa-text diff --git a/hnix-store-core/src/System/Nix/Store.hs b/hnix-store-core/src/System/Nix/Store.hs index 6385ba1..2f13c98 100644 --- a/hnix-store-core/src/System/Nix/Store.hs +++ b/hnix-store-core/src/System/Nix/Store.hs @@ -12,7 +12,6 @@ module System.Nix.Store ) where import qualified Data.ByteString.Lazy as BS -import qualified Data.ByteArray as B import Data.Text (Text) import Text.Regex.Base.RegexLike (makeRegex, matchTest) import Text.Regex.TDFA.Text (Regex)