-- Initial pi-calculus.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: pi-calculus version: 0.0.1 synopsis: Applied pi-calculus compiler description: Phi - A compiler for the applied pi-calculus. Very rough around the edges. license: GPL-3 license-file: LICENSE author: Will de Renzy-Martin maintainer: will.derenzymartin@gmail.com -- copyright: category: Web build-type: Simple cabal-version: >=1.8 executable phi main-is: PiCalculus.hs other-modules: Channel build-depends: base >=4.5 && <=4.7, mtl ==2.2.*, parsec ==3.1.*, containers ==0.5.*, transformers ==0.4.*, network ==2.5.*, HTTP >=2.15