lambdabot-reference-plugins-5.3.1.1: src/Lambdabot/Config/Reference.hs
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -fno-warn-overlapping-patterns #-}
module Lambdabot.Config.Reference
( proxy
, aspellBinary
) where
import Lambdabot.Config
import Network.HTTP.Proxy
config "proxy" [t| Proxy |] [| NoProxy |]
config "aspellBinary" [t| String |] [| "aspell" |]