forked from mirrors/nixpkgs
Merge pull request #6099 from bflyblue/master
Updated monad-journal and scotty
This commit is contained in:
commit
9d5bde2eed
|
@ -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
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue