From 9db2c42f4880362cf098358de830415c14f6878c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 25 Dec 2015 17:56:13 +0000 Subject: Cleaned tree for rewrite --- servant/servant.cabal | 55 --------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 servant/servant.cabal (limited to 'servant/servant.cabal') diff --git a/servant/servant.cabal b/servant/servant.cabal deleted file mode 100644 index dce4490..0000000 --- a/servant/servant.cabal +++ /dev/null @@ -1,55 +0,0 @@ --- Initial thermoprint.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ - -name: thermoprint-servant -version: 0.0.0 -synopsis: Server for interfacing to cheap thermoprinters --- description: -homepage: git://git.yggdrasil.li/thermoprint -license: PublicDomain -license-file: LICENSE -author: Gregor Kleen -maintainer: aethoago@141.li --- copyright: -category: Web -build-type: Simple --- extra-source-files: -cabal-version: >=1.10 - -library - exposed-modules: Thermoprint.Api - hs-source-dirs: api - default-language: Haskell2010 - other-extensions: DataKinds - , TypeOperators - , DeriveGeneric - build-depends: base >=4.8 && <4.9 - , thermoprint - , aeson >=0.9.0 && <0.10 - , servant >=0.4.4 && <0.5 - , text >=1.2.1 && <4.5 - , bytestring >=0.10.6 && <0.11 - -executable thermoprint - main-is: Main.hs - hs-source-dirs: src - default-language: Haskell2010 - -- other-modules: - other-extensions: RecordWildCards - , OverloadedStrings - build-depends: base >=4.8 && <4.9 - , thermoprint - , thermoprint-servant - , aeson >=0.9.0 && <0.10 - , wai >=3.0.3 && <3.1 - , servant-server >=0.4.4 && <0.5 - , warp >=3.1.3 && <3.2 - , text >=1.2.1 && <1.3 - , bytestring >=0.10.6 && <0.11 - , either >=4.4.1 && <4.5 - , optparse-applicative >=0.11.0 && <0.12 - , transformers >=0.4.2 && <0.5 - , persistent >=2.2 && <3 - , persistent-template >=2.1 && <3 - , persistent-sqlite >=2.2 && <3 - , monad-logger >=0.3.13 && <1 \ No newline at end of file -- cgit v1.2.3