-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbridge-go.cabal
25 lines (23 loc) · 908 Bytes
/
bridge-go.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
-- Initial bridge-go.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: bridge-go
version: 0.1.0.0
homepage: http://senseis.xmp.net/?BridgeGo
synopsis: Interactive implementation of Bridge Go.
-- description:
license: GPL-2
license-file: LICENSE
author: James Wood
maintainer: [email protected]
-- copyright:
category: Game
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable bridge-go
main-is: Main.hs
-- other-modules:
other-extensions: LambdaCase, UnicodeSyntax
build-depends: base >=4.8 && <4.9, containers >=0.5 && <0.6, base-unicode-symbols, containers, containers-unicode-symbols
-- hs-source-dirs:
default-language: Haskell2010