Skip to content

Commit

Permalink
Fix cabal syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgundry committed Aug 22, 2024
1 parent bbf689a commit 051d6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-tools.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ Library
Build-Depends:
aeson >= 2.2 && < 2.3 ,
attoparsec-aeson >= 2.1 && < 2.3
else:
else
Build-Depends:
aeson >= 0.10 && < 1.6 || >= 2.0 && < 2.2 ,
aeson >= 0.10 && < 1.6 || >= 2.0 && < 2.2

Build-tools:
alex,
Expand Down

0 comments on commit 051d6f2

Please sign in to comment.