-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbalance_game.cabal
26 lines (21 loc) · 951 Bytes
/
balance_game.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
Name: balance-game
Version: 0.1
Synopsis: Find optimal solutions for the "balance game".
Description: In the balance game, you need to find the *one*
ball with the wrong weight among a given number
of balls using a balance scale. This program finds
optimal solutions to this game.
Homepage: http://github.com/xabbu42/balance_game
License: BSD3
License-file: LICENSE
Author: Nathan Gass
Maintainer: [email protected]
Build-type: Simple
Cabal-version: >=1.2
Executable balance_game
Main-is: balance_game.hs
Build-depends: base >= 4, syb, cmdargs, parsec, haskell98, containers,
criterion, pretty,
test-framework, test-framework-th,
test-framework-quickcheck2, QuickCheck,
test-framework-hunit, HUnit