name: 8queens version: 0.1.0.0 -- synopsis: -- description: homepage: https://github.com/svasilogianis/8queens#readme license: BSD3 license-file: LICENSE author: Steven maintainer: steven.vasilogianis@gmail.com copyright: 2019 Steven category: Web build-type: Simple cabal-version: >=1.10 extra-source-files: README.md executable 8queens ghc-options: -O2 -W -Wall -threaded -rtsopts -with-rtsopts=-N hs-source-dirs: src main-is: Main.hs default-language: Haskell2010 build-depends: base >= 4.7 && < 5, rebase, linear, lens, matrix, random, vector