Skip to content

Commit

Permalink
Merge pull request #3 from erikd/erikd/dependencis
Browse files Browse the repository at this point in the history
Add extra upper dependency bounds as suggested by cabal gen-bounds
  • Loading branch information
erikd authored Apr 14, 2024
2 parents 9cdb021 + 6ecbfa8 commit 62d6183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions th-extras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Library
hs-source-dirs: src
exposed-modules: Language.Haskell.TH.Extras
build-depends: base >= 4.9 && < 5
, containers
, containers < 0.8
, template-haskell < 2.23
, th-abstraction >= 0.4 && < 0.8
, syb
, syb < 0.8
default-language: Haskell2010

0 comments on commit 62d6183

Please sign in to comment.