fadno-braids-0.1.1: fadno-braids.cabal
name: fadno-braids
category: Data, Math, Algebra
version: 0.1.1
synopsis: Braid representations in Haskell
description: Braids represented as Haskell types with support for generation and transformations.
homepage: http://github.com/slpopejoy/
license: BSD2
license-file: LICENSE
author: Stuart Popejoy
maintainer: spopejoy@panix.com
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/slpopejoy/fadno-braids.git
library
exposed-modules:
Fadno.Braids
Fadno.Braids.Internal
Fadno.Braids.Graphics
-- other-modules:
-- other-extensions:
build-depends: base >= 4.9 && < 4.11
, containers >= 0.5 && < 0.6
, data-default >= 0.7 && < 0.8
, diagrams >= 1.4 && < 1.5
, diagrams-lib >= 1.4 && < 1.5
, diagrams-rasterific >= 1.4 && < 1.5
, lens >= 4.15 && < 4.17
, random >= 1.1 && < 1.2
hs-source-dirs: src
default-language: Haskell2010