-
Notifications
You must be signed in to change notification settings - Fork 0
/
crossword-helper.cabal
30 lines (28 loc) · 992 Bytes
/
crossword-helper.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: crossword-helper
version: 0.1.0.0
synopsis: Crossword construction helper for Beta Newsletter
description: Please see README.md
homepage: https://github.com/oswynb/crossword-helper
license: BSD3
license-file: LICENSE
author: Oswyn Brent
maintainer: [email protected]
copyright: 2016 Oswyn Brent
category: Other
build-type: Simple
cabal-version: >=1.10
executable crossword-helper
hs-source-dirs: src
main-is: Main.hs
other-modules: Latex
Lib
Rep
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base >= 4.7 && < 5
, array
, process
, split
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/oswynb/crossword-helper