Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit d5ffea7

Browse files
committed
Add ormolu to stack-8.8.1 including allow-newer
1 parent f4600b7 commit d5ffea7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

stack-8.8.1.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,17 @@ extra-deps:
2222
- haskell-src-exts-1.21.1
2323
- ilist-0.3.1.0
2424
- monad-dijkstra-0.1.1.2
25+
- ormolu-0.0.3.0
26+
- optparse-applicative-0.15.1.0
2527

2628
flags:
2729
haskell-ide-engine:
2830
pedantic: true
2931
hie-plugin-api:
3032
pedantic: true
3133

32-
33-
# allow-newer: true
34+
# Required to build ormolu with optparse-applicative-0.15.1.0
35+
allow-newer: true
3436

3537
nix:
3638
packages: [ icu libcxx zlib ]

0 commit comments

Comments
 (0)