nimber-0.1.3: nimber.cabal
name: nimber
version: 0.1.3
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 <andersk@mit.edu>
maintainer: Anders Kaseorg <andersk@mit.edu>
copyright: © 2013 Anders Kaseorg
category: Math
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Data.Nimber
build-depends:
arithmoi >=0.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.3