name: fadno-braids category: Data, Math, Algebra version: 0.0.5 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.10 , containers , data-default >= 0.5.3 , diagrams == 1.3.* , diagrams-lib == 1.3.* , diagrams-rasterific == 1.3.* , lens >= 4.13 && < 4.15 , random >= 1.1 , transformers-compat > 0.4 && < 0.6 hs-source-dirs: src default-language: Haskell2010