removed unused library

This commit is contained in:
Dennis Frieberg 2020-09-22 18:04:55 +02:00
parent f7207914d4
commit 5c791a5cbb
3 changed files with 0 additions and 35 deletions

View file

@ -23,29 +23,6 @@ source-repository head
type: git
location: https://github.com/githubuser/tickLeisteServer
library
exposed-modules:
Lib
other-modules:
Paths_tickLeisteServer
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, containers
, http-types
, text
, tickLeiste
, tickLeiste-aeson
, uuid
, wai
, wai-websockets
, warp
, websockets
default-language: Haskell2010
executable tickLeisteServer
main-is: Main.hs
other-modules:
@ -64,7 +41,6 @@ executable tickLeisteServer
, text
, tickLeiste
, tickLeiste-aeson
, tickLeisteServer
, uuid
, wai
, wai-websockets