From 7584306dfa884532d268f7fd13c8ca5ea1a25183 Mon Sep 17 00:00:00 2001 From: Adrien Duclos Date: Tue, 19 Jan 2021 18:12:19 +0100 Subject: chore(bump): bump LTS --- graylog.cabal | 1 + src/Graylog/Gelf.hs | 1 - src/Graylog/UDP.hs | 1 - stack.yaml | 2 +- 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 , aeson-casing , bytestring , network + , network-bsd , random , scientific , 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, (.=)) import Data.HashMap.Strict (HashMap) import Data.Scientific (Scientific) -import Data.Semigroup ((<>)) import Data.Text (Text) import Data.Time 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 import Data.Aeson import Data.ByteString.Builder import qualified Data.ByteString.Lazy as LBS -import Data.Monoid import Data.Word import Network.Socket.ByteString.Lazy import System.Random diff --git a/stack.yaml b/stack.yaml index 2ccd75c..2a6d28c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,7 +2,7 @@ # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/ # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) -resolver: lts-11.5 +resolver: lts-16.31 # Local packages, usually specified by relative directory name packages: -- cgit v1.2.3