1
0
Fork 0

More fixes for test-config.hs

This commit is contained in:
Malte Brandy 2021-05-18 17:36:23 +02:00
parent 0ae17b25b6
commit c31a5df750
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -7,12 +7,14 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall -Werror -Wno-missing-signatures -Wno-type-defaults -Wno-orphans #-}
import Control.Concurrent.Async
import Data.String.Interpolate
import Data.Text (stripPrefix)
import qualified Data.Text as Text
import Language.Haskell.TH.Syntax
import Relude
import Say