packages feed

fadno-braids-0.2: fadno-braids.cabal

name:                fadno-braids
category:            Data, Math, Algebra
version:             0.2
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.20
                     , containers >= 0.5
                     , data-default >= 0.7
                     , diagrams >= 1.4
                     , diagrams-lib >= 1.4
                     , diagrams-rasterific >= 1.4
                     , lens >= 4.15
                     , random >= 1.1
  hs-source-dirs: src
  default-language:    Haskell2010