-- Initial x201705.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: x201705 version: 0.1.0.0 -- synopsis: -- description: license: GPL-3 license-file: LICENSE author: Rik Snel maintainer: rik@snel.it -- copyright: -- category: build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 executable x201705 main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.9 && <4.10, random-shuffle -- hs-source-dirs: default-language: Haskell2010