aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Graylog/Gelf.hs
diff options
context:
space:
mode:
authorAdrien Duclos <31063055+adfretlink@users.noreply.github.com>2021-01-20 18:04:31 +0100
committerGitHub <noreply@github.com>2021-01-20 18:04:31 +0100
commitce5521592b8c6754fcbe3188bc58c3ecd29fc3f3 (patch)
tree3852dcc01374bfadf73daed3523f98be788ba21c /src/Graylog/Gelf.hs
parenta48cebd4e30ae25777d1934f83e348a1affa214c (diff)
parent7584306dfa884532d268f7fd13c8ca5ea1a25183 (diff)
downloadhaskell-graylog-ce5521592b8c6754fcbe3188bc58c3ecd29fc3f3.tar.gz
haskell-graylog-ce5521592b8c6754fcbe3188bc58c3ecd29fc3f3.tar.zst
haskell-graylog-ce5521592b8c6754fcbe3188bc58c3ecd29fc3f3.zip
Merge pull request #2 from adfretlink/bump-lts
chore(bump): bump LTS
Diffstat (limited to 'src/Graylog/Gelf.hs')
-rw-r--r--src/Graylog/Gelf.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Graylog/Gelf.hs b/src/Graylog/Gelf.hs
index 8ffe24f..a58cc9f 100644
--- a/src/Graylog/Gelf.hs
+++ b/src/Graylog/Gelf.hs
@@ -11,7 +11,6 @@ import Data.Aeson (ToJSON (..), Value (..), object, toJSON,
11 (.=)) 11 (.=))
12import Data.HashMap.Strict (HashMap) 12import Data.HashMap.Strict (HashMap)
13import Data.Scientific (Scientific) 13import Data.Scientific (Scientific)
14import Data.Semigroup ((<>))
15import Data.Text (Text) 14import Data.Text (Text)
16import Data.Time 15import Data.Time
17import Data.Typeable 16import Data.Typeable