haskell-web-routes-boomerang: update to version 0.28.1
This commit is contained in:
parent
c126096e46
commit
18914b931e
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "web-routes-boomerang";
|
pname = "web-routes-boomerang";
|
||||||
version = "0.28.0";
|
version = "0.28.1";
|
||||||
sha256 = "1xp8p0fkwirrpssb9lnxl7fmlmrql28r2ywaa99gw9cdqxifzbbl";
|
sha256 = "1a655d73fr7b9k033wyqgc8waq7ii3s5rh0w3nkb1phxl9ldg0pi";
|
||||||
buildDepends = [ boomerang mtl parsec text webRoutes ];
|
buildDepends = [ boomerang mtl parsec text webRoutes ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library for maintaining correctness and composability of URLs within an application";
|
description = "Library for maintaining correctness and composability of URLs within an application";
|
||||||
|
|
Loading…
Reference in New Issue