cabal-version: >=1.10 name: gibbon version: 0.1.1 synopsis: A compiler for operating on serialized trees. description: Work in progress. . Please visit for instructions on how to install Gibbon. category: Compiler license: BSD3 license-file: LICENSE author: Ryan Newton maintainer: rrnewton@gmail.com homepage: https://iu-parfunc.github.io/gibbon/ bug-reports: https://github.com/iu-parfunc/gibbon/issues copyright: (C) 2016-Present Ryan Newton build-type: Simple extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/iu-parfunc/gibbon/ executable gibbon main-is: Main.hs build-depends: base >= 4 && < 5 hs-source-dirs: src default-language: Haskell2010