diff options
Diffstat (limited to 'graylog.cabal')
-rw-r--r-- | graylog.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graylog.cabal b/graylog.cabal index 5618d7c..dc84862 100644 --- a/graylog.cabal +++ b/graylog.cabal | |||
@@ -17,7 +17,7 @@ source-repository head | |||
17 | type: git | 17 | type: git |
18 | location: https://github.com/AndrewRademacher/haskell-graylog.git | 18 | location: https://github.com/AndrewRademacher/haskell-graylog.git |
19 | 19 | ||
20 | library | 20 | library |
21 | hs-source-dirs: src | 21 | hs-source-dirs: src |
22 | default-language: Haskell2010 | 22 | default-language: Haskell2010 |
23 | 23 | ||
@@ -29,7 +29,7 @@ library | |||
29 | ghc-options: -Wall -rtsopts | 29 | ghc-options: -Wall -rtsopts |
30 | 30 | ||
31 | build-depends: base ==4.* | 31 | build-depends: base ==4.* |
32 | 32 | ||
33 | , aeson | 33 | , aeson |
34 | , aeson-casing | 34 | , aeson-casing |
35 | , bytestring | 35 | , bytestring |
@@ -38,6 +38,7 @@ library | |||
38 | , scientific | 38 | , scientific |
39 | , text | 39 | , text |
40 | , time | 40 | , time |
41 | , unordered-containers | ||
41 | , vector | 42 | , vector |
42 | 43 | ||
43 | test-suite test-state | 44 | test-suite test-state |