From e88d1b39edbe555ab3f6b4c55d493144c6f186c1 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 9 Mar 2019 22:51:28 +0300 Subject: [PATCH] Fix config --- haskell-cron-matcher.cabal | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/haskell-cron-matcher.cabal b/haskell-cron-matcher.cabal index 5e2262f..d68f05d 100644 --- a/haskell-cron-matcher.cabal +++ b/haskell-cron-matcher.cabal @@ -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