diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-03 11:01:54 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-05-03 11:01:54 +0200 |
commit | e276dfed28a29e2d67e669064f689eb4e027d8d9 (patch) | |
tree | dfcb7098c4b33b23db7f862573c6ea6322c557e4 /erebos-webapp.cabal | |
parent | 0c93b84d603d3be941b3de671bbb60aeafdcda81 (diff) |
Update ghc-experimental dependency
Diffstat (limited to 'erebos-webapp.cabal')
-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 23e00d6..69623b9 100644 --- a/erebos-webapp.cabal +++ b/erebos-webapp.cabal @@ -57,7 +57,7 @@ executable erebos-webapp blaze-html ^>= { 0.9 }, bytestring ^>= { 0.12 }, erebos ^>= { 0.1.8 }, - ghc-experimental ^>= { 9.1201 }, + ghc-experimental ^>= { 9.1201, 9.1202 }, mtl ^>= { 2.3 }, text ^>= { 2.1 }, time ^>= { 1.14 }, |