language-css-0.0.3.1: language-css.cabal
name: language-css
copyright: Copyright Anton Kholomiov 2010, Tom Ellis 2020
version: 0.0.3.1
cabal-version: >= 1.18
license: BSD3
license-file: LICENSE
author: Anton Kholomiov
synopsis: CSS 2.1 syntax
description: library for building and pretty printing CSS 2.1 code
deprecated
tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2
build-type: Simple
category: Language
maintainer: Tom Ellis
extra-doc-files: README.md
CHANGELOG.md
homepage: https://github.com/tomjaguarpaw/language-css
bug-reports: https://github.com/tomjaguarpaw/language-css/issues
source-repository head
type: git
location: https://github.com/tomjaguarpaw/language-css.git
Library
default-language: Haskell2010
build-depends:
base >= 4, base < 5, pretty
hs-source-dirs: src/
exposed-modules:
Language.Css.Syntax
Language.Css.Pretty
Language.Css.Build
Language.Css.Build.Idents
Language.Css.Build.Tags
Language.Css.Build.Attributes
Language.Css.Build.Pseudos
----------------------------------------------------------------------------------
other-modules: