Skip to content

Commit

Permalink
Add missing deps (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-murphy authored Jul 28, 2021
1 parent a083fc9 commit 2ef6ff8
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 21 deletions.
44 changes: 27 additions & 17 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,32 @@
"package.json"
],
"dependencies": {
"purescript-aff": "^6.0.0",
"purescript-argonaut-core": "^6.0.0",
"purescript-arraybuffer-types": "^3.0.0",
"purescript-foreign": "^6.0.0",
"purescript-form-urlencoded": "^6.0.0",
"purescript-http-methods": "^5.0.0",
"purescript-integers": "^5.0.0",
"purescript-math": "^3.0.0",
"purescript-media-types": "^5.0.0",
"purescript-nullable": "^5.0.0",
"purescript-refs": "^5.0.0",
"purescript-unsafe-coerce": "^5.0.0",
"purescript-web-xhr": "^4.0.0"
},
"devDependencies": {
"purescript-console": "^5.0.0",
"purescript-effect": "^3.0.0"
"purescript-aff": "^v6.0.0",
"purescript-argonaut-core": "^v6.0.0",
"purescript-arraybuffer-types": "^v3.0.0",
"purescript-arrays": "^v6.0.0",
"purescript-console": "^v5.0.0",
"purescript-control": "^v5.0.0",
"purescript-datetime": "^v5.0.0",
"purescript-effect": "^v3.0.0",
"purescript-either": "^v5.0.0",
"purescript-exceptions": "^v5.0.0",
"purescript-foldable-traversable": "^v5.0.0",
"purescript-foreign": "^v6.0.0",
"purescript-foreign-object": "^v3.0.0",
"purescript-form-urlencoded": "^v6.0.0",
"purescript-functions": "^v5.0.0",
"purescript-http-methods": "^v5.0.0",
"purescript-lists": "^v6.0.0",
"purescript-maybe": "^v5.0.0",
"purescript-media-types": "^v5.0.0",
"purescript-newtype": "^v4.0.0",
"purescript-nullable": "^v5.0.0",
"purescript-prelude": "^v5.0.0",
"purescript-psci-support": "^v5.0.0",
"purescript-transformers": "^v5.0.0",
"purescript-web-dom": "^v5.0.0",
"purescript-web-file": "^v3.0.0",
"purescript-web-xhr": "^v4.0.0"
}
}
19 changes: 15 additions & 4 deletions spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,29 @@
[ "aff"
, "argonaut-core"
, "arraybuffer-types"
, "arrays"
, "console"
, "control"
, "datetime"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "form-urlencoded"
, "functions"
, "http-methods"
, "integers"
, "math"
, "lists"
, "maybe"
, "media-types"
, "newtype"
, "nullable"
, "prelude"
, "psci-support"
, "refs"
, "unsafe-coerce"
, "transformers"
, "web-dom"
, "web-file"
, "web-xhr"
]
, packages = ./packages.dhall
Expand Down

0 comments on commit 2ef6ff8

Please sign in to comment.