cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 99d3077e3e1d8fc3e6e2645932b5c476a9376af1264ba64c16eacb2da1e60bf3 name: my-fsm-stack-package version: 0.0.1.0 synopsis: This is a package I created to my dissertation. description: Please see the README on GitHub at homepage: https://github.com/Pablo-Dominguez/my-stack-fsm-package#readme category: Data; FSM bug-reports: https://github.com/Pablo-Dominguez/my-stack-fsm-package/issues author: Pablo Dominguez maintainer: pabdombal@alum.us.es copyright: 2020 Pablo Dominguez license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/Pablo-Dominguez/my-stack-fsm-package library exposed-modules: Lib other-modules: Paths_my_fsm_stack_package hs-source-dirs: src build-depends: base >=4.7 && <5 , containers , matrix , vector default-language: Haskell2010 executable my-fsm-stack-package-exe main-is: Main.hs other-modules: Paths_my_fsm_stack_package hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers , matrix , my-fsm-stack-package , vector default-language: Haskell2010 test-suite my-fsm-stack-package-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_my_fsm_stack_package hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers , matrix , my-fsm-stack-package , vector default-language: Haskell2010