Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 46dc932

Browse files
committed
[DEVOPS-1172] Regenerate pkgs/default.nix and stylish haskell
1 parent 91522ff commit 46dc932

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

faucet/src/Cardano/WalletClient.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import qualified Data.ByteArray as BA
2121
import Data.ByteString (ByteString)
2222
import Data.List.NonEmpty (NonEmpty (..))
2323
import Data.Text.Strict.Lens (utf8)
24-
import Pos.Client.Txp.Util (InputSelectionPolicy(..))
24+
import Pos.Client.Txp.Util (InputSelectionPolicy (..))
2525
import Pos.Core (Address (..), Coin (..))
2626
import Pos.Crypto.Signing (PassPhrase)
2727
import System.Random

pkgs/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -16543,6 +16543,7 @@ license = stdenv.lib.licenses.mit;
1654316543
, base16-bytestring
1654416544
, bytestring
1654516545
, cardano-sl-chain
16546+
, cardano-sl-client
1654616547
, cardano-sl-core
1654716548
, cardano-sl-crypto
1654816549
, cardano-sl-infra
@@ -16610,6 +16611,7 @@ base
1661016611
base16-bytestring
1661116612
bytestring
1661216613
cardano-sl-chain
16614+
cardano-sl-client
1661316615
cardano-sl-core
1661416616
cardano-sl-crypto
1661516617
cardano-sl-util

0 commit comments

Comments
 (0)