diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-20 20:49:04 +0100 | 
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-02-20 20:49:04 +0100 | 
| commit | a26dec4d8aa78a0d4139d9cdcac447a1fc61ea9d (patch) | |
| tree | 37a13ef15c0e9450e9dce2590e3f7fc1fef83aa1 | |
| parent | d252912df57ba117982133f41b0ab02452565216 (diff) | |
Update base dependency upper bound for GHC 9.6
| -rw-r--r-- | erebos.cabal | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/erebos.cabal b/erebos.cabal index d895b7f..6c83fb1 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -41,7 +41,7 @@ common common      ghc-options:         -Wall      build-depends: -        base >=4.13 && <4.17, +        base >=4.13 && <4.19,      default-extensions:          DefaultSignatures |