Skip to content

Commit

Permalink
Nix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sevanspowell committed Oct 21, 2021
1 parent a6977d2 commit be62d58
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/core/cardano-wallet-core.cabal
Expand Up @@ -33,6 +33,7 @@ library
aeson
, async
, base
, base16-bytestring
, bech32
, bech32-th
, binary
Expand All @@ -41,8 +42,11 @@ library
, cardano-api
, cardano-binary
, cardano-crypto
, cardano-crypto-class
, cardano-crypto-test
, cardano-numeric
, cardano-ledger-core
, cardano-ledger-byron-test
, cardano-slotting
, cborg
, containers
Expand All @@ -65,6 +69,8 @@ library
, generic-lens
, generic-arbitrary
, hashable
, hedgehog
, hedgehog-quickcheck
, http-api-data
, http-client
, http-client-tls
Expand All @@ -89,6 +95,7 @@ library
, persistent >=2.13 && <2.14
, persistent-sqlite >=2.13 && <2.14
, persistent-template >=2.12 && <2.13
, plutus-ledger-api
, pretty-simple
, profunctors
, quiet
Expand All @@ -102,6 +109,7 @@ library
, servant
, servant-client
, servant-server
, shelley-spec-ledger
, split
, splitmix
, statistics
Expand Down Expand Up @@ -245,6 +253,10 @@ library
Cardano.Wallet.Primitive.Types.UTxO.Gen
Cardano.Wallet.Primitive.Types.UTxOIndex.Gen
Cardano.Wallet.Gen
-- TODO:
--
-- Use cardano-api:gen to import these generators from cardano-api
Cardano.Api.Gen
other-modules:
Paths_cardano_wallet_core

Expand Down Expand Up @@ -297,9 +309,11 @@ test-suite unit
, foldl
, generic-arbitrary
, generic-lens
, hedgehog
, hedgehog-quickcheck
, hspec >= 2.8.2
, hspec-core >= 2.8.2
, hspec-hedgehog
, http-api-data
, http-client
, http-client-tls
Expand Down Expand Up @@ -363,6 +377,7 @@ test-suite unit
main-is:
Main.hs
other-modules:
Cardano.Api.GenSpec
Cardano.Byron.Codec.CborSpec
Cardano.DB.Sqlite.DeleteSpec
Cardano.Pool.DB.Arbitrary
Expand Down
10 changes: 10 additions & 0 deletions nix/.stack.nix/cardano-wallet-core.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be62d58

Please sign in to comment.