cleaned tickLeiste-aeson Lib.hs and executable
This commit is contained in:
parent
c41d8aa43e
commit
b40c7faef0
4 changed files with 0 additions and 40 deletions
|
@ -1,6 +0,0 @@
|
|||
module Main where
|
||||
|
||||
import Lib
|
||||
|
||||
main :: IO ()
|
||||
main = someFunc
|
|
@ -29,17 +29,6 @@ dependencies:
|
|||
library:
|
||||
source-dirs: src
|
||||
|
||||
executables:
|
||||
tickLeiste-aeson-exe:
|
||||
main: Main.hs
|
||||
source-dirs: app
|
||||
ghc-options:
|
||||
- -threaded
|
||||
- -rtsopts
|
||||
- -with-rtsopts=-N
|
||||
dependencies:
|
||||
- tickLeiste-aeson
|
||||
|
||||
tests:
|
||||
tickLeiste-aeson-test:
|
||||
main: Spec.hs
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
module Lib
|
||||
( someFunc
|
||||
) where
|
||||
|
||||
someFunc :: IO ()
|
||||
someFunc = putStrLn "someFunc"
|
|
@ -26,7 +26,6 @@ source-repository head
|
|||
library
|
||||
exposed-modules:
|
||||
Data.Aeson.TickLeiste
|
||||
Lib
|
||||
other-modules:
|
||||
Paths_tickLeiste_aeson
|
||||
hs-source-dirs:
|
||||
|
@ -39,22 +38,6 @@ library
|
|||
, uuid
|
||||
default-language: Haskell2010
|
||||
|
||||
executable tickLeiste-aeson-exe
|
||||
main-is: Main.hs
|
||||
other-modules:
|
||||
Paths_tickLeiste_aeson
|
||||
hs-source-dirs:
|
||||
app
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
aeson
|
||||
, base >=4.7 && <5
|
||||
, text
|
||||
, tickLeiste
|
||||
, tickLeiste-aeson
|
||||
, uuid
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite tickLeiste-aeson-test
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: Spec.hs
|
||||
|
|
Loading…
Reference in a new issue