+
+ other-modules: Network.AMQP.Utils.Options,
+ Network.AMQP.Utils.Helpers,
+ Network.AMQP.Utils.Connection,
+ Paths_amqp_utils
+
+executable agitprop
+ main-is: agitprop.hs
+ build-depends: base >=4.6 && <5,
+ containers,
+ text,
+ connection,
+ data-default-class,
+ time,
+ process,
+ bytestring,
+ x509-system,
+ tls,
+ amqp >=0.17,
+ unix >= 2.7,
+ hinotify >= 0.3.8 && < 0.3.10,
+ magic
+
+ ghc-options: -threaded -Wall