dhall-haskell/dhall-try/dhall-try.cabal
Simon Jakobi dedd5e0ea6
Strip trailing whitespace (#1422)
This raises the lower bound on prettyprinter to 1.5.1 since
`removeTrailingWhitespace` is buggy in earlier versions.

This jailbreaks hnix, which isn't compatible with prettyprinter-1.5.1 yet.

Fixes #183, #1400, #1525. 

Co-authored-by: Gabriel Gonzalez <Gabriel439@gmail.com>
2019-11-14 14:43:35 +01:00

28 lines
1.0 KiB
Plaintext

name: dhall-try
version: 1.0.0
synopsis: Try Dhall in a browser
-- description:
homepage: https://github.com/dhall-lang/dhall-haskell
license: BSD3
license-file: LICENSE
author: Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
copyright: 2018 Gabriel Gonzalez
category: Web
build-type: Simple
cabal-version: >=1.10
executable dhall-try
main-is: Main.hs
build-depends: base >= 4.11.0.0 && < 5
, aeson-pretty >= 0.8.7 && < 0.9
, dhall >= 1.19.0 && < 1.28
, dhall-json >= 1.2.5 && < 1.6
, prettyprinter >= 1.5.1 && < 1.6
, text >= 1.2.3.0 && < 1.3
, ghcjs-base >= 0.2.0.0 && < 0.3
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -dedupe
cpp-options: -DGHCJS_BROWSER