cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: multiverse-debugging version: 0.2.0.1 synopsis: A framework for multiverse debugging description: A framework for multiverse debugging with user-definable search strategies. See Gitlab for more information. category: Debugging author: Damian Frolich maintainer: leegbestand@gmail.com copyright: 2024 Damian Frolich license: BSD-3-Clause license-file: LICENSE build-type: Simple extra-source-files: README.md extra-doc-files: CHANGELOG.md library exposed-modules: Data.Graph MVD MVD.Debugger MVD.DebuggerJS MVD.Finders MVD.STR other-modules: Paths_multiverse_debugging autogen-modules: Paths_multiverse_debugging hs-source-dirs: src ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends: base >=4.7 && <5 , containers >=0.6 && <0.8 , haskeline >=0.8.2 && <0.9 default-language: Haskell2010 executable multiverse-debugging-exe main-is: Main.hs other-modules: Paths_multiverse_debugging autogen-modules: Paths_multiverse_debugging hs-source-dirs: app ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers >=0.6 && <0.8 , haskeline >=0.8.2 && <0.9 , multiverse-debugging default-language: Haskell2010 test-suite multiverse-debugging-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_multiverse_debugging autogen-modules: Paths_multiverse_debugging hs-source-dirs: test ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers >=0.6 && <0.8 , haskeline >=0.8.2 && <0.9 , multiverse-debugging default-language: Haskell2010