aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Internal/Template.hs
diff options
context:
space:
mode:
authorYann Herklotz Grave <git@yannherklotzgrave.com>2019-03-01 12:27:35 +0000
committerYann Herklotz Grave <git@yannherklotzgrave.com>2019-03-01 12:27:35 +0000
commit2735618d3104ea0943ae4b2c9a72c752b02ace51 (patch)
tree3f66a578f9cde858ed74658665fc10073f3cc32d /src/VeriFuzz/Internal/Template.hs
parent485ad904c33e767331dfb4794032f71f97432c07 (diff)
downloadverismith-2735618d3104ea0943ae4b2c9a72c752b02ace51.tar.gz
verismith-2735618d3104ea0943ae4b2c9a72c752b02ace51.zip
Applying stylish-haskell
Diffstat (limited to 'src/VeriFuzz/Internal/Template.hs')
-rw-r--r--src/VeriFuzz/Internal/Template.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/VeriFuzz/Internal/Template.hs b/src/VeriFuzz/Internal/Template.hs
index b360bdd..70216bc 100644
--- a/src/VeriFuzz/Internal/Template.hs
+++ b/src/VeriFuzz/Internal/Template.hs
@@ -14,12 +14,12 @@ Template file for different configuration files.
module VeriFuzz.Internal.Template where
-import Control.Lens ( (^..) )
-import Data.Text ( Text )
-import qualified Data.Text as T
-import Prelude hiding ( FilePath )
+import Control.Lens ((^..))
+import Data.Text (Text)
+import qualified Data.Text as T
+import Prelude hiding (FilePath)
import Shelly
-import Text.Shakespeare.Text ( st )
+import Text.Shakespeare.Text (st)
import VeriFuzz.AST
import VeriFuzz.Internal.Simulator