Provided build in Cabal, scaffolded project.
This commit is contained in:
18
h2h-sorter.cabal
Normal file
18
h2h-sorter.cabal
Normal file
@@ -0,0 +1,18 @@
|
||||
cabal-version: 3.0
|
||||
name: h2h-sorter
|
||||
version: 0.2.0
|
||||
synopsis: simple head-to-head sorter with backtracking.
|
||||
license: GPL-3.0-or-later
|
||||
license-file: LICENSE
|
||||
author: hpcdisrespecter
|
||||
build-type: Simple
|
||||
extra-doc-files: README.md
|
||||
executable h2h_sorter
|
||||
main-is: Main.hs
|
||||
hs-source-dirs: src
|
||||
build-depends: base >=4.14 && <5
|
||||
, array
|
||||
, mtl
|
||||
, random
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall -O2
|
||||
Reference in New Issue
Block a user