Drop memory and the dependencies of cryptonite

This commit is contained in:
Greg Hale 2018-09-13 09:44:12 -04:00
parent 3795617fa1
commit 067feafb74
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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)