-- Initial udmz.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: udmz version: 0.1.0.0 -- synopsis: -- description: homepage: https://penta.snel.it/~rsnel/hasmelo license: GPL-3 license-file: LICENSE author: Rik Snel maintainer: rik@snel.it -- copyright: category: Data build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable udmz main-is: UDMZ.hs -- other-modules: -- other-extensions: build-depends: base >=4.8 && <4.9, zlib, bytestring, iconv, containers, text -- hs-source-dirs: default-language: Haskell2010