summaryrefslogtreecommitdiff
path: root/acme-certify.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-06-30 11:21:12 -0400
committerAndrew Cady <d@jerkface.net>2019-06-30 11:21:12 -0400
commit5527e1225f685dd8b6a66dc35af0a3e02890c723 (patch)
tree8d0c11762da3831e93f81bb8c7edae19dd528902 /acme-certify.hs
parentcdf9549916ac8ac123f583942bfaad194672c379 (diff)
re-enable disabled warning
Diffstat (limited to 'acme-certify.hs')
-rw-r--r--acme-certify.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/acme-certify.hs b/acme-certify.hs
index d0f112d..bf0569a 100644
--- a/acme-certify.hs
+++ b/acme-certify.hs
@@ -1,4 +1,3 @@
1{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
2{-# OPTIONS_GHC -fno-warn-orphans #-} 1{-# OPTIONS_GHC -fno-warn-orphans #-}
3{-# LANGUAGE DuplicateRecordFields #-} 2{-# LANGUAGE DuplicateRecordFields #-}
4{-# LANGUAGE FlexibleContexts #-} 3{-# LANGUAGE FlexibleContexts #-}