blob: 66f2b3db5b9cdba95b6906de39a122913427e162 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
name: hsolve
version: 0.1.0
cabal-version: >= 1.10
build-type: Simple
license: MIT
author: Tom Smeding
maintainer: tom.smeding@gmail.com
executable hsolve
hs-source-dirs: .
main-is: Main.hs
default-language: Haskell2010
ghc-options: -Wall -Wno-incomplete-patterns
other-modules: FSu
build-depends: base >= 4 && < 5,
mtl, array
|