-- Initial agentx.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: agentx version: 0.1.0.2 synopsis: AgentX protocol for snmp subagents description: Native implementation agentx protocol (rfc2741) license: BSD3 license-file: LICENSE author: chemist maintainer: chemistmail@gmail.com -- copyright: category: Network build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: Network.Protocol.Snmp.AgentX, Network.Protocol.Snmp.AgentX.MIBTree, Network.Protocol.Snmp.AgentX.Packet, Network.Protocol.Snmp.AgentX.Handlers, Network.Protocol.Snmp.AgentX.Service, Network.Protocol.Snmp.AgentX.Types other-modules: Network.Protocol.Snmp.AgentX.MIBTree.Tree, Network.Protocol.Snmp.AgentX.MIBTree.MIBTree, Network.Protocol.Snmp.AgentX.MIBTree.Types, Network.Protocol.Snmp.AgentX.Packet.Binary, Network.Protocol.Snmp.AgentX.Packet.Get, Network.Protocol.Snmp.AgentX.Packet.Put, Network.Protocol.Snmp.AgentX.Packet.Types -- other-extensions: build-depends: base >=4.6 && <4.8 , snmp , binary , bytestring , bitwise , network , fclabels , Diff , mtl , transformers , time , data-default , containers , safe , pipes-network , pipes , pipes-concurrency hs-source-dirs: src ghc-options: -Wall default-language: Haskell2010 source-repository head type: git location: git@github.com:chemist/agentx.git