darcsden :: alex -> the -> blob

the programming language

root / test / the-tests.cabal

name:                the-tests
version:             0.1
build-type:          Simple
cabal-version:       >= 1.2


executable the-tests
  hs-source-dirs:      suite ../src
  main-is:             Tests.hs

  ghc-options: -fhpc
  
  build-depends:       
    base >= 4 && < 5,
    bytestring,
    containers,
    directory,
    filepath,
    HUnit,
    hint,
    mtl,
    parsec >= 3,
    pretty,
    pretty-show,
    test-framework,
    test-framework-hunit,
    the,
    time