-- Initial gimlh.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: gimlh version: 0.1.3.0 synopsis: Haskell parser for GIML description: Parser for small simple language for big data Gimlh (https://github.com/gazay/gimlh) homepage: https://github.com/gazay/gimlh license: MIT license-file: LICENSE author: Alexey Gaziev maintainer: alex.gaziev@gmail.com -- copyright: category: Language build-type: Simple cabal-version: >=1.8 library exposed-modules: Gimlh -- other-modules: build-depends: base ==4.*, split ==0.2.* hs-source-dirs: src