Skip to content

Commit 8c6c08e

Browse files
committed
Merge pull request #43 from purescript/0.11
Bump Tx dep
2 parents 59fa5e0 + 0784db3 commit 8c6c08e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"purescript-lists": "^0.7.0",
2626
"purescript-random": "^0.2.0",
2727
"purescript-strings": "^0.7.0",
28-
"purescript-transformers": "^0.6.1"
28+
"purescript-transformers": "^0.7.1"
2929
}
3030
}

src/Test/QuickCheck/Gen.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import Prelude
3131

3232
import Control.Monad.Eff (Eff())
3333
import Control.Monad.Eff.Random (RANDOM())
34-
import Control.Monad.State (State(..), runState, evalState)
34+
import Control.Monad.State (State(), runState, evalState)
3535
import Control.Monad.State.Class (state, modify)
3636
import Control.Monad.Rec.Class (MonadRec, tailRecM)
3737
import Data.Array ((!!), length, range)

0 commit comments

Comments
 (0)