Skip to content

Commit 631d7ce

Browse files
authored
Merge pull request #2 from pbrant/update-versions
Update versions for 0.9
2 parents 0fd12a5 + acb86f0 commit 631d7ce

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ node_modules/
77
bower_components/
88
tmp/
99
output/
10+
*.tix

Diff for: bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"!src/**/*"
1717
],
1818
"dependencies": {
19-
"purescript-profunctor-lenses": "~0.5.4",
20-
"purescript-react": "~0.7.1"
19+
"purescript-profunctor-lenses": "~1.0.0",
20+
"purescript-react": "~1.1.0"
2121
}
2222
}

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "purescript-react-redux",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"files": [],
66
"scripts": {
77
"psc:server": "psc-ide-server --port 4291 --debug",
88
"psc:watch": "pscid -p 4291",
9-
"build": "pulp build --force"
9+
"build": "pulp build"
1010
},
1111
"devDependencies": {
12-
"pscid": "^1.7.3",
13-
"purescript": "^0.8.5"
12+
"pscid": "^1.10.0",
13+
"purescript": "^0.9.1"
1414
}
1515
}

Diff for: src/React/Redux.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import Control.Monad.Eff (Eff)
2929
import Control.Monad.Eff.Class (class MonadEff, liftEff)
3030

3131
import Data.Either (Either, either)
32-
import Data.Function (Fn2, runFn2)
32+
import Data.Function.Uncurried (Fn2, runFn2)
3333
import Data.Lens (GetterP, LensP, PrismP, matching, set, view)
3434

3535
import Unsafe.Coerce (unsafeCoerce)

0 commit comments

Comments
 (0)