From a362f671dc23e2e3e18f50e29ab481f90c05a731 Mon Sep 17 00:00:00 2001 From: Trevis Elser Date: Wed, 11 Dec 2024 14:52:43 -0500 Subject: [PATCH] Bump upper bound on containers --- dejafu/dejafu.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dejafu/dejafu.cabal b/dejafu/dejafu.cabal index 7a256443..fba03e60 100755 --- a/dejafu/dejafu.cabal +++ b/dejafu/dejafu.cabal @@ -1,4 +1,4 @@ --- Initial monad-conc.cabal generated by cabal init. For further +-- Initial monad-conc.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: dejafu @@ -56,11 +56,11 @@ library , Test.DejaFu.SCT.Internal.DPOR , Test.DejaFu.SCT.Internal.Weighted - -- other-modules: - -- other-extensions: + -- other-modules: + -- other-extensions: build-depends: base >=4.9 && <5 , concurrency >=1.11 && <1.12 - , containers >=0.5 && <0.7 + , containers >=0.5 && <0.8 , contravariant >=1.2 && <1.6 , deepseq >=1.1 && <2 , exceptions >=0.7 && <0.11 @@ -68,6 +68,6 @@ library , profunctors >=4.0 && <6 , random >=1.0 && <1.3 , transformers >=0.5 && <0.7 - -- hs-source-dirs: + -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall