name: fadno-braids category: Data, Math, Algebra version: 0.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.8 && <4.9 , containers , lens == 4.13.* , diagrams == 1.3.* , diagrams-lib == 1.3.* , diagrams-rasterific == 1.3.* , transformers-compat == 0.4.* hs-source-dirs: src default-language: Haskell2010