Merge pull request #6099 from bflyblue/master

Updated monad-journal and scotty
This commit is contained in:
Peter Simons 2015-02-02 15:14:50 +01:00
commit 9d5bde2eed
2 changed files with 4 additions and 4 deletions

View file

@ -5,8 +5,8 @@
cabal.mkDerivation (self: {
pname = "monad-journal";
version = "0.5.0.1";
sha256 = "1rxmz6hx8kh8sw497h4kpxkvhgaa7jbzif7qssjqijyfmghsxh80";
version = "0.7";
sha256 = "1bfm5p027vf8dz92m6s47z06h05j2jv4pbwkl31svrz5pi5a9lz2";
buildDepends = [
either monadControl mtl transformers transformersBase
];

View file

@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "scotty";
version = "0.9.0";
sha256 = "0gx00k5w4cs68bh3ciplkwhzh2412y6wqg0qdsslnnsb41l5kb1d";
version = "0.9.1";
sha256 = "0w07ghnd7l8ibfbl8p74lwn8gxy3z28mp0rlv5crma3yh42irsqm";
buildDepends = [
aeson blazeBuilder caseInsensitive dataDefault httpTypes
monadControl mtl regexCompat text transformers transformersBase wai