-- Initial lang.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: lang version: 0.2.2 synopsis: A Lisp -- description: homepage: 语.ml license: AGPL-3 license-file: LICENSE author: Zaoqi maintainer: zaomir@outlook.com -- copyright: category: Language build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Lang, Lang.Read, Lang.Value, Lang.Lang, Lang.Show -- other-modules: other-extensions: MultiParamTypeClasses, FunctionalDependencies build-depends: base>=4.9 && <4.10, Mapping >=2.0.0.0 && <3.0.0.0, http-streams, bytestring -- hs-source-dirs: default-language: Haskell2010