name: turing-machines version: 0.1.0.1 synopsis: A simple simulator for Turing machines description: This package provides some basic functions and types to simulate a Turing machine. homepage: https://github.com/jariazavalverde/hackage-turing-machines license: MIT license-file: LICENSE author: José Antonio Riaza Valverde maintainer: riazavalverde@gmail.com category: Math build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Automaton.TuringMachine build-depends: base >=4.7 && <4.8 default-language: Haskell2010 source-repository head type: git location: https://github.com/jariazavalverde/hackage-turing-machines