-
Notifications
You must be signed in to change notification settings - Fork 0
/
nimber.cabal
31 lines (28 loc) · 982 Bytes
/
nimber.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
31
name: nimber
version: 0.1.4
synopsis: Finite nimber arithmetic
description:
The finite nimbers, 'Nimber', are a quadratically closed field of
characteristic 2 introduced in combinatorial game theory.
homepage: http://andersk.mit.edu/haskell/nimber/
license: BSD3
license-file: LICENSE
author: Anders Kaseorg <[email protected]>
maintainer: Anders Kaseorg <[email protected]>
copyright: © 2013 Anders Kaseorg
category: Math
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Data.Nimber
build-depends:
integer-logarithms >=1,
base ==4.*
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/andersk/haskell-nimber
source-repository this
type: git
location: https://github.com/andersk/haskell-nimber
tag: 0.1.4