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="RPM packaging tool for Haskell Cabal-based packages";
22
+
description="This package provides a RPM packaging tool for Haskell Cabal-based\npackages.\n\ncabal-rpm has commands to generate a RPM spec file and srpm for a package.\nIt can rpmbuild packages, dnf/yum install their dependencies,\nprep packages, and install them.\nThere are commands to list package dependencies and missing dependencies.\nThe diff command compares the current spec file with a freshly generated\none,\nthe update command updates the spec file to latest version from Stackage\nor Hackage, and the refresh command updates the spec file to the current\ncabal-rpm packaging. It also handles Hackage revisions of packages.\nStandalone packages can also be made, built with cabal-install.";
synopsis="A library for simple INI-based configuration files.";
22
+
description="The @config-ini@ library is a set of small monadic languages\nfor writing simple configuration languages with convenient,\nhuman-readable error messages.\n\n> parseConfig :: IniParser (Text, Int, Bool)\n> parseConfig = section \"NETWORK\" $ do\n> user <- field \"user\"\n> port <- fieldOf \"port\" number\n> enc <- fieldFlagDef \"encryption\" True\n> return (user, port, enc)";
author="Duncan Coutts, Nicolas Wu, Edsko de Vries";
22
+
homepage="http://haskell-distributed.github.com";
23
+
url="";
24
+
synopsis="Simple zero-configuration backend for Cloud Haskell";
25
+
description="Simple backend based on the TCP transport which offers node\ndiscovery based on UDP multicast. This is a zero-configuration\nbackend designed to get you going with Cloud Haskell quickly\nwithout imposing any structure on your application.";
0 commit comments