name: language-gcl version: 0.0.1 synopsis: Something similar to Dijkstra's guarded command language description: language-gcl provides the abstract syntax and parsers for basic building blocks for programming languages, based on Edsger W. Dijkstra's guarded command language. license: MIT license-file: LICENSE author: Stijn van Drongelen maintainer: rhymoid@gmail.com category: Language build-type: Simple cabal-version: >=1.10 library exposed-modules: Language.GuardedCommands Language.GuardedCommands.Extended build-depends: base >=4.6 && <5, parsers ==0.11.*, bifunctors >=4 && <5 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall