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 22, 2018
2 parents fed0a18 + 0f0350a commit 6947d22
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 6947d22

Please sign in to comment.