You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
770 B
YAML
38 lines
770 B
YAML
name: hasdoku
|
|
version: 0.1.0
|
|
github: "abhin4v/hasdoku"
|
|
license: MIT
|
|
author: "Abhinav Sarkar"
|
|
maintainer: "abhinav@abhinavsarkar.net"
|
|
copyright: "2018 Abhinav Sarkar"
|
|
|
|
extra-source-files:
|
|
- README.md
|
|
|
|
description: Please see the README on GitHub at <https://github.com/abhin4v/hasdoku#readme>
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
- containers
|
|
- vector
|
|
- parallel
|
|
- deepseq
|
|
|
|
executables:
|
|
sudoku:
|
|
main: Sudoku.hs
|
|
source-dirs: src
|
|
ghc-options:
|
|
- -O2
|
|
- -threaded
|
|
- -rtsopts
|
|
- -with-rtsopts=-N
|
|
dependencies:
|
|
- split
|
|
|
|
tests:
|
|
hasdoku-test:
|
|
main: Spec.hs
|
|
source-dirs: test
|
|
dependencies: []
|