-- Initial dson.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: dson version: 0.3.0.0 synopsis: Haskell DogeScript Object Notation Parser -- description: homepage: https://github.com/lcycon/hs-dson license: GPL-3 license-file: LICENSE author: Luke Cycon maintainer: luke@lukecycon.com -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Data.DSON.Parse -- other-modules: -- other-extensions: build-depends: base >=4.6 && <4.7 , parsec >=3.1 && <3.2 -- hs-source-dirs: default-language: Haskell2010