We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5c5791 + f219af4 commit 58fe643Copy full SHA for 58fe643
uusi.cabal
@@ -2,7 +2,10 @@ cabal-version: 2.4
2
name: uusi
3
version: 0.0.0.0
4
synopsis: A program removing all version constraints of dependencies in .cabal file
5
-description: See README for more info
+description:
6
+ @uusi@ is a command-line program to remove all version constraints of dependencies in .cabal files.
7
+ It is used in distribution packaging because @--allow-newer@ is not present when calling @Setup.hs@
8
+ instead of cabal-install.
9
homepage: https://github.com/berberman/uusi
10
bug-reports: https://github.com/berberman/uusi/issues
11
license: MIT
@@ -48,4 +51,4 @@ executable uusi
48
51
49
52
ghc-options: -threaded
50
53
-rtsopts
- -with-rtsopts=-N
54
+ -with-rtsopts=-N
0 commit comments