mighttpd2-4.0.6: Program/Mighty/Dhall/Option.hs
{-# LANGUAGE CPP #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-}
module Program.Mighty.Dhall.Option where
#ifdef DHALL
import Dhall.TH
Dhall.TH.makeHaskellTypes
[ SingleConstructor "Option" "MakeOption" "./Program/Mighty/Dhall/Option.dhall"
]
#endif