cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.5. -- -- see: https://github.com/sol/hpack name: adn version: 0.1.0.0 synopsis: Another Distributed Network description: Please see the README on GitHub at category: Network homepage: https://github.com/loltarudesh/adn-warp#readme bug-reports: https://github.com/loltarudesh/adn-warp/issues author: Lorbam Oltarudesh maintainer: lorbamOltarudesh@protonmail.com copyright: 2021 Lorbam Oltarudesh license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/loltarudesh/adn-warp library exposed-modules: ADN ADN.CLI ADN.Core ADN.Core.ADNVar ADN.Core.Block ADN.Core.Block.ADN ADN.Core.Block.CLI ADN.Core.Block.Close ADN.Core.Block.Log ADN.Core.Block.Run ADN.Core.Block.Tools ADN.Core.Conf ADN.Core.Packets ADN.Core.Pipe ADN.Core.Pipe.Chan ADN.Core.Pipe.Class ADN.Core.Pipe.Tools ADN.Core.RootAccess ADN.Debug ADN.Debug.Buffer ADN.Debug.Debugger ADN.Debug.Perf ADN.Debug.Sniffer ADN.Debug.Tester ADN.Dispatcher ADN.Handle ADN.Modes ADN.UNIXStream Data.IP Data.IP.Addr Data.IP.Header Data.IP.Packet Data.IP.Pool Warp Warp.Link Warp.Link.Tun Warp.Link.UDP Warp.Modes Warp.Modes.Link Warp.Modes.NAT Warp.Modes.Warp Warp.NAT Warp.NAT.Client Warp.NAT.Leases Warp.NAT.Packet Warp.NAT.Server Warp.Packet Warp.Pipes Warp.Relay Warp.Routing Warp.Routing.Graph Warp.Routing.Route Warp.Routing.Search Warp.Types Warp.Types.Graph Warp.Types.Identifiers Warp.Types.Packets Warp.Types.States Warp.Utils other-modules: Paths_adn hs-source-dirs: src build-depends: array , base >=4.7 && <5 , binary ==0.8.8.* , bytestring ==0.10.12.* , containers >=0.6.4 && <0.6.6 , exceptions ==0.10.4 , haskeline ==0.8.2.* , lens >=4.19 && <5.1 , mtl ==2.2.* , network >=3.1.1 && <3.1.3 , optparse-applicative ==0.16.1.* , parsec ==3.1.14.* , process ==1.6.13.* , split ==0.2.3.* , stm ==2.5.0.* , suspend ==0.2.0.* , time ==1.9.3.* , timers ==0.2.0.* , unagi-chan ==0.4.1.* , unix ==2.7.2.* , utf8-string ==1.0.* default-language: Haskell2010 executable adn-exe main-is: Main.hs other-modules: Conf Modes Paths_adn hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints build-depends: adn , array , base >=4.7 && <5 , binary ==0.8.8.* , bytestring ==0.10.12.* , containers >=0.6.4 && <0.6.6 , exceptions ==0.10.4 , haskeline ==0.8.2.* , lens >=4.19 && <5.1 , mtl ==2.2.* , network >=3.1.1 && <3.1.3 , optparse-applicative ==0.16.1.* , parsec ==3.1.14.* , process ==1.6.13.* , split ==0.2.3.* , stm ==2.5.0.* , suspend ==0.2.0.* , time ==1.9.3.* , timers ==0.2.0.* , unagi-chan ==0.4.1.* , unix ==2.7.2.* , utf8-string ==1.0.* default-language: Haskell2010