All Downloads are FREE. Search and download functionalities are using the official Maven repository.

haskell-http-client.Logging.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{>partial_header}}
{-|
Module : {{baseModule}}.Logging
Logging functions
-}
{-# LANGUAGE CPP #-}

#ifdef USE_KATIP

module {{baseModule}}.Logging
  ( module {{baseModule}}.LoggingKatip
  ) where

import {{baseModule}}.LoggingKatip

#else

module {{baseModule}}.Logging
  ( module {{baseModule}}.LoggingMonadLogger
  ) where

import {{baseModule}}.LoggingMonadLogger

#endif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy