Skip to content

Commit

Permalink
added a comment to the .cabal file to explain the scotty version cons…
Browse files Browse the repository at this point in the history
…traint for future reference
  • Loading branch information
nevrome committed Oct 27, 2023
1 parent a5a18ab commit a760f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions poseidon-hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ library
build-depends: base >= 4.7 && < 5, sequence-formats>=1.6.1, text, time, pipes-safe,
exceptions, pipes, bytestring, filepath, yaml, aeson, directory, parsec,
vector, pipes-ordered-zip, table-layout, mtl, split, warp, warp-tls, wai-cors,
-- scotty is set to < 0.20.0, because the current stackage resolver 21.17 does not have the latest version, but cabal uses it in the release action, if this constraint is not set
scotty < 0.20.0, cassava, pureMD5, wai, githash,
http-conduit, conduit, http-types, zip-archive,
unordered-containers, network-uri, optparse-applicative, co-log, regex-tdfa,
Expand Down

0 comments on commit a760f94

Please sign in to comment.