Rename project
This commit is contained in:
parent
f5fca0fafb
commit
3600f18533
@ -1,8 +1,8 @@
|
|||||||
name: haskell-cron-test
|
name: haskell-cron-matcher
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
-- synopsis:
|
-- synopsis:
|
||||||
-- description:
|
-- description:
|
||||||
homepage: https://github.com/githubuser/haskell-cron-test#readme
|
homepage: https://github.com/githubuser/haskell-cron-matcher#readme
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Author name here
|
author: Author name here
|
||||||
@ -21,17 +21,17 @@ library
|
|||||||
, text
|
, text
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
executable haskell-cron-test-exe
|
executable haskell-cron-matcher-exe
|
||||||
hs-source-dirs: app
|
hs-source-dirs: app
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, dates == 0.2.2.1
|
, dates == 0.2.2.1
|
||||||
, parsec
|
, parsec
|
||||||
, haskell-cron-test
|
, haskell-cron-matcher
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
test-suite haskell-cron-test-test
|
test-suite haskell-cron-matcher-test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
main-is: Spec.hs
|
main-is: Spec.hs
|
||||||
@ -40,10 +40,10 @@ test-suite haskell-cron-test-test
|
|||||||
, dates == 0.2.2.1
|
, dates == 0.2.2.1
|
||||||
, hspec
|
, hspec
|
||||||
, QuickCheck
|
, QuickCheck
|
||||||
, haskell-cron-test
|
, haskell-cron-matcher
|
||||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
|
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/githubuser/haskell-cron-test
|
location: https://github.com/githubuser/haskell-cron-matcher
|
Loading…
Reference in New Issue
Block a user