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