Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from garyb/update-dependencies
Browse files Browse the repository at this point in the history
Update CSS and echarts dependencies
  • Loading branch information
garyb committed Jan 21, 2016
2 parents d2efb4a + 45efe2c commit 5bf6f9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
],
"dependencies": {
"purescript-halogen": "^0.5.3",
"purescript-echarts": "^0.4.0",
"purescript-halogen-css": "^0.1.1",
"purescript-echarts": "^0.5.0",
"purescript-halogen-css": "^0.2.2",
"purescript-datetime": "^0.9.0",
"purescript-random": "^0.2.2",
"purescript-refs": "^0.2.0",
"purescript-maps": "^0.5.2",
"purescript-transformers": "^0.8.1"
},
"devDependencies": {
"purescript-generics": "^0.6.2",
"purescript-generics": "^0.7.0",
"purescript-random": "^0.2.2",
"purescript-debug": "^0.1.2"
}
Expand Down
4 changes: 2 additions & 2 deletions src/Halogen/ECharts.purs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import Control.Monad.Eff.Random (random, RANDOM())
import Control.Monad.Eff.Ref (Ref(), REF(), readRef, modifyRef, writeRef, newRef)
import Control.Monad.Maybe.Trans
import Control.Plus (empty)
import Css.Geometry (width, height)
import Css.Size (px)
import CSS.Geometry (width, height)
import CSS.Size (px)
import DOM (DOM())
import DOM.HTML (window)
import DOM.HTML.Types ( HTMLElement()
Expand Down

0 comments on commit 5bf6f9c

Please sign in to comment.