ClasshSS-0.1.0.0: ClasshSS.cabal
cabal-version: 3.4
name: ClasshSS
version: 0.1.0.0
synopsis:
Typified Tailwind for Rapid Development
-- description:
homepage: https://github.com/augyg/ClasshSS
license: MIT
license-file: LICENSE
author: Galen Sprout
maintainer: galen.sprout@gmail.com
-- copyright:
category: Web
build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:
common warnings
ghc-options: -Wall
library
import: warnings
exposed-modules: Classh
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.15.1.0
, lens >=5.2.3
, template-haskell>=2.17.0.0
, text >=1.2.5.0
, data-default >= 0.7.1.1
hs-source-dirs: src
default-language: Haskell2010