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
description="Clay is a CSS preprocessor like LESS and Sass, but implemented as an embedded\ndomain specific language (EDSL) in Haskell. This means that all CSS selectors\nand style rules are first class Haskell functions, which makes reuse and\ncomposability easy.\n\nThe project is described on <http://fvisser.nl/clay>.\n\nThe API documentation can be found in the top level module \"Clay\".";
synopsis="Schema definitions for the config-value package";
22
+
description="This package makes it possible to define schemas for use when\nloading configuration files using the config-value format.\nThese schemas can be used to process a configuration file into\na Haskell value or to automatically generate documentation for\nthe file format.";
synopsis="Simple, layout-based value language similar to YAML or JSON";
22
+
description="This package implements a language similar to YAML or JSON but\nwith fewer special cases and fewer dependencies. It emphasizes\nlayout structure for sections and lists, and requires quotes\naround strings.";
0 commit comments