diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-03-16 19:57:03 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-03-16 19:57:03 +0100 |
| commit | fd1486ce5353749fb595ce62a615c01764d38bc6 (patch) | |
| tree | efdf790fc2fe40ee1e9a6d0cd1aa56aa7e508028 | |
| parent | 9b150c9142f644877de81e3d8e1dc92597793738 (diff) | |
| -rw-r--r-- | erebos-webapp.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal index 8bcb495..788984c 100644 --- a/erebos-webapp.cabal +++ b/erebos-webapp.cabal @@ -60,7 +60,7 @@ executable erebos-webapp blaze-html ^>= { 0.9 }, bytestring ^>= { 0.12 }, containers ^>= { 0.7, 0.8 }, - erebos ^>= { 0.2 }, + erebos ^>= { 0.2.1 }, ghc-experimental ^>= { 9.1201, 9.1202 }, http-types ^>= { 0.12.4 }, mtl ^>= { 2.3 }, |