bootstrap-types-0.3: bootstrap-types.cabal
name: bootstrap-types
version: 0.3
synopsis: Bootstrap CSS Framework type-safe interface
license: MIT
license-file: LICENSE
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
category: Web
build-type: Simple
cabal-version: >=1.10
library
exposed-modules:
Bootstrap.V3
build-depends:
base >=4.7 && <5.0
, text
hs-source-dirs: src
default-language: Haskell2010