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

@ -34,9 +34,6 @@ dependencies:
- http-types
- warp
library:
source-dirs: src
executables:
tickLeisteServer:
main: Main.hs
@ -45,8 +42,6 @@ executables:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- tickLeisteServer
tests:
tickLeisteServer-test:

View file

@ -1,6 +0,0 @@
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"

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