Skip to content

Commit

Permalink
Cabal: bump agda2hs-mode to Agda-2.6.4 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
omelkonian committed Oct 6, 2023
1 parent 32413bc commit a33ec64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agda2hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ executable agda2hs-mode
main-is: Main.hs
other-modules: Paths_agda2hs
build-depends: base >= 4.10 && < 4.18,
Agda >= 2.6.3 && < 2.6.4,
Agda >= 2.6.4 && < 2.6.5,
bytestring >= 0.11,
containers >= 0.6 && < 0.7,
unordered-containers >= 0.2,
Expand All @@ -105,4 +105,4 @@ executable agda2hs-mode
MultiWayIf,
TupleSections,
ScopedTypeVariables
ghc-options: -Werror
ghc-options: -Werror

0 comments on commit a33ec64

Please sign in to comment.