diff options
Diffstat (limited to 'servant/servant.cabal')
| -rw-r--r-- | servant/servant.cabal | 55 |
1 files changed, 0 insertions, 55 deletions
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 @@ | |||
| 1 | -- Initial thermoprint.cabal generated by cabal init. For further | ||
| 2 | -- documentation, see http://haskell.org/cabal/users-guide/ | ||
| 3 | |||
| 4 | name: thermoprint-servant | ||
| 5 | version: 0.0.0 | ||
| 6 | synopsis: Server for interfacing to cheap thermoprinters | ||
| 7 | -- description: | ||
| 8 | homepage: git://git.yggdrasil.li/thermoprint | ||
| 9 | license: PublicDomain | ||
| 10 | license-file: LICENSE | ||
| 11 | author: Gregor Kleen | ||
| 12 | maintainer: aethoago@141.li | ||
| 13 | -- copyright: | ||
| 14 | category: Web | ||
| 15 | build-type: Simple | ||
| 16 | -- extra-source-files: | ||
| 17 | cabal-version: >=1.10 | ||
| 18 | |||
| 19 | library | ||
| 20 | exposed-modules: Thermoprint.Api | ||
| 21 | hs-source-dirs: api | ||
| 22 | default-language: Haskell2010 | ||
| 23 | other-extensions: DataKinds | ||
| 24 | , TypeOperators | ||
| 25 | , DeriveGeneric | ||
| 26 | build-depends: base >=4.8 && <4.9 | ||
| 27 | , thermoprint | ||
| 28 | , aeson >=0.9.0 && <0.10 | ||
| 29 | , servant >=0.4.4 && <0.5 | ||
| 30 | , text >=1.2.1 && <4.5 | ||
| 31 | , bytestring >=0.10.6 && <0.11 | ||
| 32 | |||
| 33 | executable thermoprint | ||
| 34 | main-is: Main.hs | ||
| 35 | hs-source-dirs: src | ||
| 36 | default-language: Haskell2010 | ||
| 37 | -- other-modules: | ||
| 38 | other-extensions: RecordWildCards | ||
| 39 | , OverloadedStrings | ||
| 40 | build-depends: base >=4.8 && <4.9 | ||
| 41 | , thermoprint | ||
| 42 | , thermoprint-servant | ||
| 43 | , aeson >=0.9.0 && <0.10 | ||
| 44 | , wai >=3.0.3 && <3.1 | ||
| 45 | , servant-server >=0.4.4 && <0.5 | ||
| 46 | , warp >=3.1.3 && <3.2 | ||
| 47 | , text >=1.2.1 && <1.3 | ||
| 48 | , bytestring >=0.10.6 && <0.11 | ||
| 49 | , either >=4.4.1 && <4.5 | ||
| 50 | , optparse-applicative >=0.11.0 && <0.12 | ||
| 51 | , transformers >=0.4.2 && <0.5 | ||
| 52 | , persistent >=2.2 && <3 | ||
| 53 | , persistent-template >=2.1 && <3 | ||
| 54 | , persistent-sqlite >=2.2 && <3 | ||
| 55 | , monad-logger >=0.3.13 && <1 \ No newline at end of file | ||
