1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-09-11 12:05:25 +03:00
wiwinwlh/wiwinwlh.cabal
Daniel Taskoff e5ca64caaa Remove the constraints from the cabal file
Because they are fixed by the resolver
2016-06-25 09:22:02 +03:00

19 lines
499 B
Plaintext

name: wiwinwlh
version: 0.1.0.0
license: MIT
license-file: LICENSE
author: Stephen Diehl
maintainer: stephen.m.diehl@gmail.com
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
build-depends: base
, pretty
, containers
, shake
, pandoc
build-tools: alex, happy
default-language: Haskell2010