Skip to content

Commit f1ab0b2

Browse files
committed
;pkg: stack: require a fixed haskeline; also fixes windows binaries [#2410]
1 parent 20af613 commit f1ab0b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

stack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ extra-deps:
1818
# https://haskell.github.io/security-advisories/advisory/HSEC-2026-0007.html
1919
- aeson-2.3.0.0
2020
- text-iso8601-0.2.0.0
21+
# bounds allow a lower haskeline version, but here we can require 0.8.4.1, avoiding #2410 on Windows.
22+
- haskeline-0.8.4.1
2123
allow-newer: true

0 commit comments

Comments
 (0)