Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • opt/groupBy
  • otimizations
  • features/somefunctor-tagged
  • features/somefunctor-any
  • features/elim-functor-subterms
  • scratch/debug-ap-memusage
  • features/list-functors
  • scratch/subterm-elemination
  • features/true-monoids
  • features/double-max-monoid
  • features/valmari-dfa
  • restrictPartition
  • features/complex-numbers
  • fixes/monod-valued-de-GADT
  • eliminate-lists2
  • h1-initialize
  • eliminate-lists
  • bench-partition
  • megaparsec-7
20 results

Setup.hs

Forked from Informatik 8 / CoPaR
Source project has a limited visibility.
  • Hans-Peter Deifel's avatar
    867caaea
    Switch to custom Setup.hs file for cabal-doctests · 867caaea
    Hans-Peter Deifel authored
    doctest doesn't respect the `default-extensions` field from the cabal
    file, so we previously had to put every extension at the start of each
    and every file so that doctests would compile.
    
    Using the `cabal-doctest` package, we can pass the right options to
    `doctest` at build time and move extension declarations to the cabal
    file.
    867caaea
    History
    Switch to custom Setup.hs file for cabal-doctests
    Hans-Peter Deifel authored
    doctest doesn't respect the `default-extensions` field from the cabal
    file, so we previously had to put every extension at the start of each
    and every file so that doctests would compile.
    
    Using the `cabal-doctest` package, we can pass the right options to
    `doctest` at build time and move extension declarations to the cabal
    file.