diff --git a/cabal.project b/cabal.project index 43aee0dac..640c5b649 100644 --- a/cabal.project +++ b/cabal.project @@ -37,8 +37,3 @@ source-repository-package type: git location: https://github.com/fused-effects/fused-effects-readline.git tag: df72fcd0053c27f3e0132c4b15886453697dfa76 - -source-repository-package - type: git - location: https://github.com/fused-effects/fused-effects-exceptions.git - tag: aaaee45efc9453e797a191be937b81a8d8fc149f diff --git a/cabal.project.ci b/cabal.project.ci index 8b8179ac4..58d940eac 100644 --- a/cabal.project.ci +++ b/cabal.project.ci @@ -38,11 +38,6 @@ source-repository-package location: https://github.com/fused-effects/fused-effects-readline.git tag: df72fcd0053c27f3e0132c4b15886453697dfa76 -source-repository-package - type: git - location: https://github.com/fused-effects/fused-effects-exceptions.git - tag: aaaee45efc9453e797a191be937b81a8d8fc149f - -- Treat warnings as errors for CI builds package semantic ghc-options: -Werror diff --git a/semantic/semantic.cabal b/semantic/semantic.cabal index 7835cb951..80fad18da 100644 --- a/semantic/semantic.cabal +++ b/semantic/semantic.cabal @@ -61,7 +61,7 @@ common dependencies , containers ^>= 0.6.0.1 , directory ^>= 1.3.3.0 , fused-effects ^>= 1.1 - , fused-effects-exceptions ^>= 1 + , fused-effects-exceptions ^>= 1.1 , hashable >= 1.2.7 && < 1.4 , tree-sitter ^>= 0.9.0.1 , network ^>= 2.8.0.0 diff --git a/stack-snapshot.yaml b/stack-snapshot.yaml index df7a6aab5..432bfee2a 100644 --- a/stack-snapshot.yaml +++ b/stack-snapshot.yaml @@ -9,10 +9,8 @@ packages: - github: fused-effects/fused-effects-readline commit: "df72fcd0053c27f3e0132c4b15886453697dfa76" sha256: "e3f3deba355205e1dd5cf0e259c597214d045fc1905705e42af2bcea72f643ad" - - github: fused-effects/fused-effects-exceptions - commit: "aaaee45efc9453e797a191be937b81a8d8fc149f" - sha256: "45c8401a38cf643cf0fed7e79a345ba4044344190032f1b79ffb3b5bf7f9e08c" - fused-effects-1.1.0.0 + - fused-effects-exceptions-1.1.0.0 - semilattices-0.0.0.4 - haskeline-0.8.0.0 - tree-sitter-0.9.0.1