aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdrien Duclos <adrien.duclos@fretlink.com>2021-01-19 18:12:19 +0100
committerAdrien Duclos <adrien.duclos@fretlink.com>2021-01-20 18:03:27 +0100
commit7584306dfa884532d268f7fd13c8ca5ea1a25183 (patch)
tree3852dcc01374bfadf73daed3523f98be788ba21c
parenta48cebd4e30ae25777d1934f83e348a1affa214c (diff)
downloadhaskell-graylog-7584306dfa884532d268f7fd13c8ca5ea1a25183.tar.gz
haskell-graylog-7584306dfa884532d268f7fd13c8ca5ea1a25183.tar.zst
haskell-graylog-7584306dfa884532d268f7fd13c8ca5ea1a25183.zip
chore(bump): bump LTS
-rw-r--r--graylog.cabal1
-rw-r--r--src/Graylog/Gelf.hs1
-rw-r--r--src/Graylog/UDP.hs1
-rw-r--r--stack.yaml2
4 files changed, 2 insertions, 3 deletions
diff --git a/graylog.cabal b/graylog.cabal
index dc84862..a631763 100644
--- a/graylog.cabal
+++ b/graylog.cabal
@@ -34,6 +34,7 @@ library
34 , aeson-casing 34 , aeson-casing
35 , bytestring 35 , bytestring
36 , network 36 , network
37 , network-bsd
37 , random 38 , random
38 , scientific 39 , scientific
39 , text 40 , text
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
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
8import Data.Aeson 8import Data.Aeson
9import Data.ByteString.Builder 9import Data.ByteString.Builder
10import qualified Data.ByteString.Lazy as LBS 10import qualified Data.ByteString.Lazy as LBS
11import Data.Monoid
12import Data.Word 11import Data.Word
13import Network.Socket.ByteString.Lazy 12import Network.Socket.ByteString.Lazy
14import System.Random 13import System.Random
diff --git a/stack.yaml b/stack.yaml
index 2ccd75c..2a6d28c 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -2,7 +2,7 @@
2# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/ 2# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/
3 3
4# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) 4# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
5resolver: lts-11.5 5resolver: lts-16.31
6 6
7# Local packages, usually specified by relative directory name 7# Local packages, usually specified by relative directory name
8packages: 8packages: