Skip to content

Commit

Permalink
updated dependencies, but still very broken
Browse files Browse the repository at this point in the history
» pulp build

	Error 6 of 6:

	Unknown module Control.Monad.Reader.Trans

	  See
	  https://github.com/purescript/purescript/wiki/Error-Code-UnknownModule
	  for more information, or to contribute content related to this error.

	Compiling Control.Monad.Cont.Trans
	Compiling Control.Monad.Reader.Trans
	Compiling Control.Monad.Except.Trans
	Compiling Control.Monad.Maybe.Trans
	Compiling Control.Monad.RWS.Trans
	Compiling Language
	* ERROR: Subcommand terminated with exit code 1
  • Loading branch information
wires committed Feb 21, 2016
1 parent 6a02ef8 commit 2910227
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
"package.json"
],
"dependencies": {
"purescript-base" : "~0.1.0",
"purescript-free" : "~0.6.1"
"purescript-free": "^0.9.1",
"purescript-base": "^0.2.1",
"purescript-transformers": "^0.8.4"
},
"devDependencies": {
"purescript-quickcheck" : "~0.7.0"
"purescript-quickcheck": "^0.12.2"
}
}

0 comments on commit 2910227

Please sign in to comment.