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 - http-types
- warp - warp
library:
source-dirs: src
executables: executables:
tickLeisteServer: tickLeisteServer:
main: Main.hs main: Main.hs
@ -45,8 +42,6 @@ executables:
- -threaded - -threaded
- -rtsopts - -rtsopts
- -with-rtsopts=-N - -with-rtsopts=-N
dependencies:
- tickLeisteServer
tests: tests:
tickLeisteServer-test: 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 type: git
location: https://github.com/githubuser/tickLeisteServer 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 executable tickLeisteServer
main-is: Main.hs main-is: Main.hs
other-modules: other-modules:
@ -64,7 +41,6 @@ executable tickLeisteServer
, text , text
, tickLeiste , tickLeiste
, tickLeiste-aeson , tickLeiste-aeson
, tickLeisteServer
, uuid , uuid
, wai , wai
, wai-websockets , wai-websockets