Rename project

This commit is contained in:
Anton Vakhrushev 2017-11-12 13:04:32 +03:00
parent f5fca0fafb
commit 3600f18533

View File

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