diff --git a/package.yaml b/package.yaml index 7fa081a..27d06ee 100644 --- a/package.yaml +++ b/package.yaml @@ -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: diff --git a/src/Lib.hs b/src/Lib.hs deleted file mode 100644 index d36ff27..0000000 --- a/src/Lib.hs +++ /dev/null @@ -1,6 +0,0 @@ -module Lib - ( someFunc - ) where - -someFunc :: IO () -someFunc = putStrLn "someFunc" diff --git a/tickLeisteServer.cabal b/tickLeisteServer.cabal index 384cdcb..8fa51b3 100644 --- a/tickLeisteServer.cabal +++ b/tickLeisteServer.cabal @@ -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