Dust-tools-1.2.1: Dust-tools.cabal
Name: Dust-tools
Version: 1.2.1
Description: A set of tools for exploring network filtering
Synopsis: Network filtering exploration tools
Category: Network
License: GPL
License-file: LICENSE
Author: Brandon Wiley
Maintainer: brandon@ischool.utexas.edu
Build-Type: Simple
Cabal-Version: >=1.8
source-repository head
type: git
location: git@github.com:blanu/Dust-tools.git
Executable shaper-server
Main-is: Dust/Services/Shaper/ShaperServer.hs
Build-Depends:
base >= 3 && < 5,
Dust >= 2.2.1,
bytestring,
entropy,
network,
cereal,
ghc-prim,
binary,
random,
random-extras,
random-source,
random-fu,
containers,
directory,
split
Executable shaper-client
Main-is: Dust/Services/Shaper/ShaperClient.hs
Build-Depends:
base >= 3 && < 5,
Dust >= 2.2.1,
bytestring,
entropy,
network,
cereal,
ghc-prim,
binary,
random,
random-extras,
random-source,
random-fu,
containers,
directory,
split
Executable replay-server
Main-is: Dust/Services/Replay/ReplayServer.hs
Build-Depends:
base >= 3 && < 5,
Dust >= 2.2.1,
bytestring,
entropy,
network,
cereal,
ghc-prim,
binary,
random,
random-extras,
random-source,
random-fu,
containers,
directory,
split
Executable replay-client
Main-is: Dust/Services/Replay/ReplayClient.hs
Build-Depends:
base >= 3 && < 5,
Dust >= 2.2.1,
bytestring,
entropy,
network,
cereal,
ghc-prim,
binary,
random,
random-extras,
random-source,
random-fu,
containers,
directory,
split
Executable compile
Main-is: Dust/Model/compile.hs
Build-Depends:
base >= 3 && < 5,
Dust >= 2.2.1,
bytestring,
entropy,
network,
cereal,
ghc-prim,
binary,
random,
random-extras,
random-source,
random-fu,
containers,
directory,
split,
csv