1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

Bump fused-effects-exceptions to 1.1.

This commit is contained in:
Rob Rix 2020-07-13 11:31:08 -04:00
parent ce0277d57d
commit a10b41fc59
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE
4 changed files with 2 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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