Skip to content

Commit

Permalink
Fix primitive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Jan 18, 2024
1 parent 19fa4d3 commit a19606d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/primitive/cardano-wallet-primitive.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ test-suite test
, quickcheck-classes
, quickcheck-instances
, quickcheck-monoid-subclasses
, sop-extras
, string-qq
, text
, text-class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}

{-# OPTIONS_GHC -fno-warn-orphans #-}
Expand Down

0 comments on commit a19606d

Please sign in to comment.