Fix config

This commit is contained in:
Anton Vakhrushev 2019-03-09 22:51:28 +03:00
parent 7a3868db2b
commit e88d1b39ed

View File

@ -1,14 +1,6 @@
name: haskell-cron-matcher
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/githubuser/haskell-cron-matcher#readme
license: BSD3
license-file: LICENSE
author: Author name here
maintainer: example@example.com
copyright: 2017 Author name here
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
@ -18,7 +10,6 @@ library
exposed-modules: Pattern, Field, Constraint, Helper
build-depends: base >= 4.7 && < 5
, dates == 0.2.2.2
, text
default-language: Haskell2010
executable haskell-cron-matcher-exe
@ -27,7 +18,6 @@ executable haskell-cron-matcher-exe
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror
build-depends: base
, dates == 0.2.2.2
, parsec
, haskell-cron-matcher
default-language: Haskell2010
@ -46,4 +36,4 @@ test-suite haskell-cron-matcher-test
source-repository head
type: git
location: https://github.com/githubuser/haskell-cron-matcher
location: https://github.com/anwinged/haskell-cron-matcher