]> git.immae.eu Git - github/fretlink/haskell-graylog.git/blobdiff - graylog.cabal
Added testing for UDP method.
[github/fretlink/haskell-graylog.git] / graylog.cabal
index d7d1163f2ea508505c1f6cfadee1502a23cf1a93..b3c1a5308b8e6710dba02a1dbe8982db545de785 100644 (file)
@@ -24,7 +24,33 @@ library
    
                      ,  aeson
                      ,  aeson-casing
+                     ,  network
                      ,  scientific
                      ,  text
                      ,  time
                      ,  vector
+
+test-suite test-state
+   type:                exitcode-stdio-1.0
+   main-is:             Main.hs
+   hs-source-dirs:      test
+   default-language:    Haskell2010
+
+   ghc-options:         -Wall -threaded -with-rtsopts=-N -rtsopts
+
+   other-modules:       Test.Graylog.UDP
+
+   build-depends:       base           ==4.*
+
+                     ,  graylog
+
+                     ,  aeson
+                     ,  aeson-casing
+                     ,  network
+                     ,  scientific
+                     ,  tasty
+                     ,  tasty-hunit
+                     ,  text
+                     ,  time
+                     ,  vector
+