name: superbubbles version: 0.1.0 x-revision: 1 synopsis: Find "superbubbles", as described in https://arxiv.org/abs/1307.7925 -- description: homepage: https://github.com/bartavelle/superbubbles#readme license: BSD3 license-file: LICENSE author: Simon Marechal maintainer: bartavelle@gmail.com copyright: Simon Marechal category: Graph build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Graph.Superbubbles build-depends: base >= 4.7 && < 5 , containers >= 4.7 && < 5 , mtl >= 2 && < 3 ghc-options: -Wall default-language: Haskell2010 test-suite superbubbles-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , superbubbles , hspec , containers ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/bartavelle/superbubbles