-- Initial dson.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: dson version: 0.3.0.1 synopsis: Haskell Doge Serialized Object Notation Parser description: A simple parser for Doge Serialized Object Notation 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.13 , parsec -- hs-source-dirs: default-language: Haskell2010