blob: 1a103e39c2aad5430feb99890c4aa9ec673764d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
-- Initial axis-of-eval.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: axis-of-eval
version: 0.0.0.1
-- synopsis:
-- description:
homepage: axis.childrenofmay.org
license: AllRightsReserved
author: Andrew Cady
maintainer: d@childrenofmay.org
-- copyright:
category: Sound
build-type: Simple
cabal-version: >=1.10
executable axis-of-eval
default-language: Haskell2010
hs-source-dirs: .
build-depends:
base >= 4.5 && < 4.7, time, SDL, netwire (>= 5.0.0)
main-is: axis.hs
|