-- Initial back.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: testserver version: 0.1.0.0 -- synopsis: -- description: license: BSD3 license-file: LICENSE author: Greg Hale maintainer: imalsogreg@gmail.com -- copyright: -- category: build-type: Simple -- extra-source-files: cabal-version: >=1.10 executable back main-is: Main.hs -- other-modules: -- other-extensions: build-depends: aeson >= 0.9 && < 1.5 , base >=4.8 && < 5 , mtl , snap >= 1.0 && < 1.2 , snap-server >= 1.0 && < 1.2 , snap-core >= 1.0 && < 1.1 , servant >= 0.16 && < 0.18 , servant-snap >= 0.8 && < 0.9 , text >= 1.0 && < 1.3 -- hs-source-dirs: default-language: Haskell2010