ca-0.0.0.1: ca.cabal
name: ca
version: 0.0.0.1
synopsis: Cellular Automata
-- description:
license: BSD3
license-file: LICENSE
author: M Farkas-Dyck
maintainer: strake888@gmail.com
-- copyright:
category: Math
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Data.Neighborhood.Hex
-- other-modules:
-- other-extensions:
build-depends: base >=4.10 && <5
, alg >=0.2.1 && <0.3
-- hs-source-dirs:
default-language: Haskell2010