blunt-1.0.1: blunt.cabal
name: blunt
version: 1.0.1
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE.md
maintainer: Taylor Fausak <taylor@fausak.me>
homepage: https://blunt.herokuapp.com
bug-reports: https://github.com/tfausak/blunt/issues
synopsis: Convert between pointfree and pointful expressions.
description:
Blunt is a web front end to the pointfree and pointful libraries. While you
can install and run it locally, there's no real reason to prefer it over
the @pointfree@ and @pointful@ executables. Instead, use the hosted
version: <https://blunt.herokuapp.com>.
category: Web
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/tfausak/blunt
library
exposed-modules:
Blunt
Blunt.Markup
Blunt.Script
Blunt.Style
build-depends:
base ==4.*,
aeson ==0.8.*,
bytestring ==0.10.*,
clay ==0.10.*,
flow ==1.*,
http-types ==0.8.*,
jmacro ==0.6.*,
lucid ==2.*,
pointfree >=1.1 && <2,
pointful >=1.0.6 && <2,
text ==1.*,
wai ==3.*,
wai-extra ==3.*,
wai-websockets ==3.*,
warp ==3.*,
websockets ==0.9.*,
wl-pprint-text ==1.*
default-language: Haskell2010
hs-source-dirs: library
ghc-options: -Wall
executable blunt
main-is: Main.hs
build-depends:
base ==4.*,
blunt -any
default-language: Haskell2010
hs-source-dirs: executable
ghc-options: -Wall