Skip to content

Commit

Permalink
Fix demo, new prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-marie committed Oct 10, 2018
1 parent 45d98cf commit 8b7afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/demo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module Main where

import Control.Isomorphism.Partial
import Prelude hiding ((<$>), (*>))
import Prelude hiding ((<$>), (*>), (<*>))
import Data.Aeson
import qualified Data.ByteString.Lazy.Char8 as L
import Data.Monoid
Expand Down

0 comments on commit 8b7afb3

Please sign in to comment.