Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Executable dhall
ansi-terminal >= 0.6.3.1 && < 0.8 ,
base >= 4 && < 5 ,
dhall ,
optparse-generic >= 1.1.1 && < 1.3 ,
optparse-generic >= 1.1.1 && < 1.4 ,
prettyprinter ,
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
trifecta >= 1.6 && < 1.8 ,
Expand Down Expand Up @@ -171,7 +171,7 @@ Executable dhall-format
base >= 4 && < 5 ,
ansi-terminal >= 0.6.3.1 && < 0.8 ,
dhall ,
optparse-generic >= 1.1.1 && < 1.3 ,
optparse-generic >= 1.1.1 && < 1.4 ,
prettyprinter >= 1.2.0.1 && < 1.3 ,
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
trifecta >= 1.6 && < 1.8 ,
Expand All @@ -186,7 +186,7 @@ Executable dhall-hash
Build-Depends:
base >= 4 && < 5 ,
dhall ,
optparse-generic >= 1.1.1 && < 1.3,
optparse-generic >= 1.1.1 && < 1.4,
trifecta >= 1.6 && < 1.8,
text >= 0.11.1.0 && < 1.3
Other-Modules:
Expand Down