mirror of
https://github.com/Noratrieb/haskell-shit.git
synced 2026-01-15 20:25:02 +01:00
some config shit
This commit is contained in:
parent
cbacbaf650
commit
edfc994dcc
4 changed files with 12 additions and 10 deletions
|
|
@ -4,9 +4,9 @@ cabal-version: 1.12
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: df1cdbe6df1968cdbe0f2eeb90aaa5626aa9ec8155e1f26dabb0f1284d60f823
|
-- hash: c994a264f49f6ed01329576726ef68e35b8f62531817508fa4b005c123468452
|
||||||
|
|
||||||
name: learning
|
name: haskell-shit
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
description: Please see the README on GitHub at <https://github.com/Github username here/learning#readme>
|
description: Please see the README on GitHub at <https://github.com/Github username here/learning#readme>
|
||||||
homepage: https://github.com/Github username here/learning#readme
|
homepage: https://github.com/Github username here/learning#readme
|
||||||
|
|
@ -29,7 +29,7 @@ library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Lib
|
Lib
|
||||||
other-modules:
|
other-modules:
|
||||||
Paths_learning
|
Paths_haskell_shit
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
src
|
src
|
||||||
build-depends:
|
build-depends:
|
||||||
|
|
@ -39,24 +39,24 @@ library
|
||||||
executable learning-exe
|
executable learning-exe
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
Paths_learning
|
Paths_haskell_shit
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
app
|
app
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.7 && <5
|
base >=4.7 && <5
|
||||||
, learning
|
, haskell-shit
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
test-suite learning-test
|
test-suite learning-test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: Spec.hs
|
main-is: Spec.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
Paths_learning
|
Paths_haskell_shit
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
test
|
test
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.7 && <5
|
base >=4.7 && <5
|
||||||
, learning
|
, haskell-shit
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: learning
|
name: haskell-shit
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
github: "Github username here/learning"
|
github: "Github username here/learning"
|
||||||
license: BSD3
|
license: BSD3
|
||||||
|
|
@ -34,7 +34,7 @@ executables:
|
||||||
- -rtsopts
|
- -rtsopts
|
||||||
- -with-rtsopts=-N
|
- -with-rtsopts=-N
|
||||||
dependencies:
|
dependencies:
|
||||||
- learning
|
- haskell-shit
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
learning-test:
|
learning-test:
|
||||||
|
|
@ -45,4 +45,4 @@ tests:
|
||||||
- -rtsopts
|
- -rtsopts
|
||||||
- -with-rtsopts=-N
|
- -with-rtsopts=-N
|
||||||
dependencies:
|
dependencies:
|
||||||
- learning
|
- haskell-shit
|
||||||
|
|
|
||||||
2
test/Spec.hs
Normal file
2
test/Spec.hs
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
module Spec where ()
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue