Skip to content

Commit

Permalink
update strongweak dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Oct 17, 2024
1 parent b5e5891 commit 20408df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions binrep.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ library
, ghc-bignum ==1.3.*
, parser-combinators >=1.3.0 && <1.4
, rerefined >=0.8.0 && <0.9
, strongweak >=0.10.0 && <0.11
, strongweak >=0.11.0 && <0.12
, text >=2.0 && <2.2
, text-builder-linear >=0.1.3 && <0.2
, type-level-bytestrings >=0.1.0 && <0.3
Expand Down Expand Up @@ -153,7 +153,7 @@ test-suite spec
, parser-combinators >=1.3.0 && <1.4
, quickcheck-instances >=0.3.26 && <0.4
, rerefined >=0.8.0 && <0.9
, strongweak >=0.10.0 && <0.11
, strongweak >=0.11.0 && <0.12
, text >=2.0 && <2.2
, text-builder-linear >=0.1.3 && <0.2
, type-level-bytestrings >=0.1.0 && <0.3
Expand Down Expand Up @@ -198,7 +198,7 @@ benchmark bench
, ghc-bignum ==1.3.*
, parser-combinators >=1.3.0 && <1.4
, rerefined >=0.8.0 && <0.9
, strongweak >=0.10.0 && <0.11
, strongweak >=0.11.0 && <0.12
, text >=2.0 && <2.2
, text-builder-linear >=0.1.3 && <0.2
, type-level-bytestrings >=0.1.0 && <0.3
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies:
- generic-data-functions ^>= 0.6.0
- generic-type-asserts ^>= 0.3.0
- generic-type-functions ^>= 0.1.0
- strongweak ^>= 0.10.0
- strongweak ^>= 0.11.0
- defun-core ^>= 0.1

# core instances
Expand Down

0 comments on commit 20408df

Please sign in to comment.