blob: 1814db8ba227ccd083fd1da46e9355df36eb173a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ormolu.cabal,v 1.1 2022/02/16 10:23:02 pho Exp $
Fix build with optparse-applicative-0.17
--- ormolu.cabal.orig 2001-09-09 01:46:40.000000000 +0000
+++ ormolu.cabal
@@ -116,7 +116,7 @@ executable ormolu
filepath >=1.2 && <1.5,
ghc-lib-parser >=9.2 && <9.3,
gitrev >=1.3 && <1.4,
- optparse-applicative >=0.14 && <0.17,
+ optparse-applicative >=0.14,
ormolu,
text >=0.2 && <1.3
|