Skip to content

Commit

Permalink
Sqlite: replace conduit dependency with resourcet
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed May 21, 2019
1 parent be8ccb0 commit eb2798b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/core/cardano-wallet-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ library
, basement
, bytestring
, cardano-crypto
, conduit
, containers
, cryptonite
, deepseq
Expand All @@ -54,6 +53,7 @@ library
, persistent
, persistent-sqlite
, persistent-template
, resourcet
, servant
, servant-server
, text
Expand Down
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/DB/Sqlite.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Cardano.Wallet.DB.Sqlite.Types
( AddressPoolXPub (..), TxId (..) )
import Cardano.Wallet.Primitive.AddressDerivation
( Depth (..), deserializeXPrv, serializeXPrv )
import Conduit
import Control.Monad.Trans.Resource
( runResourceT )
import Control.DeepSeq
( NFData )
Expand Down

0 comments on commit eb2798b

Please sign in to comment.