diff options
author | Adrien Duclos <31063055+adfretlink@users.noreply.github.com> | 2021-01-20 18:04:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 18:04:31 +0100 |
commit | ce5521592b8c6754fcbe3188bc58c3ecd29fc3f3 (patch) | |
tree | 3852dcc01374bfadf73daed3523f98be788ba21c /src | |
parent | a48cebd4e30ae25777d1934f83e348a1affa214c (diff) | |
parent | 7584306dfa884532d268f7fd13c8ca5ea1a25183 (diff) | |
download | haskell-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')
-rw-r--r-- | src/Graylog/Gelf.hs | 1 | ||||
-rw-r--r-- | src/Graylog/UDP.hs | 1 |
2 files changed, 0 insertions, 2 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 | (.=)) |
12 | import Data.HashMap.Strict (HashMap) | 12 | import Data.HashMap.Strict (HashMap) |
13 | import Data.Scientific (Scientific) | 13 | import Data.Scientific (Scientific) |
14 | import Data.Semigroup ((<>)) | ||
15 | import Data.Text (Text) | 14 | import Data.Text (Text) |
16 | import Data.Time | 15 | import Data.Time |
17 | import Data.Typeable | 16 | import Data.Typeable |
diff --git a/src/Graylog/UDP.hs b/src/Graylog/UDP.hs index 7c8eb84..96af457 100644 --- a/src/Graylog/UDP.hs +++ b/src/Graylog/UDP.hs | |||
@@ -8,7 +8,6 @@ module Graylog.UDP | |||
8 | import Data.Aeson | 8 | import Data.Aeson |
9 | import Data.ByteString.Builder | 9 | import Data.ByteString.Builder |
10 | import qualified Data.ByteString.Lazy as LBS | 10 | import qualified Data.ByteString.Lazy as LBS |
11 | import Data.Monoid | ||
12 | import Data.Word | 11 | import Data.Word |
13 | import Network.Socket.ByteString.Lazy | 12 | import Network.Socket.ByteString.Lazy |
14 | import System.Random | 13 | import System.Random |