diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2024-09-02 17:49:54 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2024-09-02 17:50:12 +0200 |
commit | 7d44dcc2ca2c5c16e1ab4737ef6b2877214767ed (patch) | |
tree | 42e8b9292403f9ce3a6f04a15ebd62a766880339 /chad-fast.cabal | |
parent | 1f7ed2ee02222108684cfde8078e7a182f734a61 (diff) |
WIP autoWeak
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r-- | chad-fast.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal index 2e7ee22..ca3a2aa 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -23,7 +23,7 @@ library Simplify other-modules: build-depends: - base >= 4.14 && < 4.19, + base >= 4.19 && < 4.21, containers, template-haskell, transformers, |