diff options
-rw-r--r-- | graylog.cabal | 1 | ||||
-rw-r--r-- | src/Graylog/Gelf.hs | 1 | ||||
-rw-r--r-- | src/Graylog/UDP.hs | 1 | ||||
-rw-r--r-- | 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 | |||
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 | (.=)) |
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 |
@@ -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) |
5 | resolver: lts-11.5 | 5 | resolver: lts-16.31 |
6 | 6 | ||
7 | # Local packages, usually specified by relative directory name | 7 | # Local packages, usually specified by relative directory name |
8 | packages: | 8 | packages: |