cabal2exherbo/cabal2exherbo.cabal

27 lines
759 B
Plaintext
Raw Permalink Normal View History

2017-09-25 16:54:18 +00:00
name: cabal2exherbo
version: 0.0.0.1
-- synopsis:
-- description:
license: GPL-3
license-file: LICENSE
author: Julian Ospald
maintainer: hasufell@posteo.de
-- copyright:
category: Distribution
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable cabal2exherbo
main-is: Main.hs
other-modules: Header
-- other-extensions:
build-depends: base >=4.9 && <4.10
, Cabal >=1.20 && <1.26
, text >= 1.2.0.0
, time >= 1.6 && < 1.9
, formatting >= 6.2.5
hs-source-dirs: src
default-language: Haskell2010