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: fe188947cbf6cfabbd09d7ce88601c5e5e53a462619fa621cd19b37804881f19

name:           FSM
version:        0.0.4.0
synopsis:       Basic concepts of finite state machines.
description:    Please see the README on GitHub at <https://github.com/Pablo-Dominguez/my-stack-fsm-package#readme>
category:       FSM
homepage:       https://github.com/Pablo-Dominguez/my-stack-fsm-package#readme
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
  other-modules:
      Paths_FSM
  hs-source-dirs:
      src
  build-depends:
      base >=4.13 && <5
    , containers >=0.5
    , matrix >=0.3.6 && <0.4
    , vector >=0.12.1 && <0.13
  default-language: Haskell2010
  exposed-modules:
    FSM.Automata
    FSM.States
    FSM.Logic