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

Commit

Permalink
Merge pull request #3687 [remove wallet dep from exmaples] into CO-37…
Browse files Browse the repository at this point in the history
…2/TheGreatCleanup
  • Loading branch information
KtorZ committed Oct 11, 2018
2 parents 2ae4372 + 44f71e1 commit 7420e0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wallet-new/src/Cardano/Wallet/API/V1/Swagger/Example.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import Data.Swagger.Declare (Declare)
import Data.Typeable (typeOf)

import Cardano.Wallet.Orphans.Arbitrary ()
import Pos.Wallet.Web.ClientTypes (CUpdateInfo)
import Pos.Wallet.Web.Methods.Misc (WalletStateSnapshot (..))
import Test.QuickCheck (Arbitrary (..), listOf1)
import Test.QuickCheck.Gen (Gen (..), resize)
import Test.QuickCheck.Random (mkQCGen)
Expand Down Expand Up @@ -40,9 +38,6 @@ instance Example a => Example (Maybe a) where
instance (Ord k, Example k, Example v) => Example (Map k v) where
example = Map.fromList <$> listOf1 ((,) <$> example <*> example)

instance Example CUpdateInfo
instance Example WalletStateSnapshot


--
-- HELPERS
Expand Down

0 comments on commit 7420e0f

Please sign in to comment.