You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis="A command line program for managing the dependency versions in a cabal file.";
22
+
description="A command line program for managing the bounds/versions of the dependencies in a cabal file.\n\n'cabal-bounds' is able to do these things with the bounds of the dependencies in the cabal file:\n\n* drop them\n\n* update them by the library versions of the current cabal build\n\n* update them by the library versions of a haskell platform release\n\n* update them by the library versions specified by a file\n\n* dump the libraries/dependencies and their lower bound versions from the cabal file(s) into a file\n\nFor further details please consult the <https://github.com/dan-t/cabal-bounds README>.\n\n/Issues/\n\nPerhaps the currently most annoying thing is, that you have to live with the reformating of your\n'cabal' file done by the pretty printer of the 'Cabal' library.\n\nTo only reformat your `cabal` file you can call `cabal-bounds format`.";
synopsis="Lenses and traversals for the Cabal library.";
22
+
description="Lenses and traversals (compatible with the <https://hackage.haskell.org/package/lens lens> library) for\nthe <https://hackage.haskell.org/package/Cabal Cabal> library.";
synopsis="Checks context free grammar for ambiguity using brute force up to given limit";
22
+
description="Checks context free grammar for ambiguity using brute force up to given limit.\n\nIt is impossible to check arbitrary context free grammar for ambiguity on a Turing machine. So we provide you brute force algorithm up to a limit.\n\nYou can also use function \"upTo\" from package \"Earley-0.13.0.1\" for the same purpose, but it can freeze on infinitely ambiguous grammars: https://github.com/ollef/Earley/issues/54 . So I decided to write and publish this package.\n\nSee also: https://mail.haskell.org/pipermail/haskell-cafe/2021-May/134006.html\n\nYou don't need to be registered on SourceHut to create bug report.\n\nIf you think that this software is not needed or existing software already subsumes its functionality, please, tell me that, I will not be offended.";
0 commit comments