Skip to content

Commit 58fe643

Browse files
authored
Merge pull request #1 from felixonmars/patch-1
Update description
2 parents c5c5791 + f219af4 commit 58fe643

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

uusi.cabal

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ cabal-version: 2.4
22
name: uusi
33
version: 0.0.0.0
44
synopsis: A program removing all version constraints of dependencies in .cabal file
5-
description: See README for more info
5+
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.
69
homepage: https://github.com/berberman/uusi
710
bug-reports: https://github.com/berberman/uusi/issues
811
license: MIT
@@ -48,4 +51,4 @@ executable uusi
4851

4952
ghc-options: -threaded
5053
-rtsopts
51-
-with-rtsopts=-N
54+
-with-rtsopts=-N

0 commit comments

Comments
 (0)