packages feed

dhall-to-cabal-1.2.0.0: golden-tests/dhall-to-cabal/gh-53.cabal

cabal-version: 2.0
name: wai-servlet
version: 0.1.5.0
license: AllRightsReserved

flag wai-servlet-debug
    description:
        print debug output. not suitable for production
    default: False

library
    
    if impl(ghc >=0.0.9)
        c-sources:
            java/Utils.java
    else
    
    if flag(wai-servlet-debug)
        cpp-options: -DWAI_SERVLET_DEBUG
    else