Fix config
This commit is contained in:
parent
7a3868db2b
commit
e88d1b39ed
@ -1,14 +1,6 @@
|
|||||||
name: haskell-cron-matcher
|
name: haskell-cron-matcher
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
-- synopsis:
|
|
||||||
-- description:
|
|
||||||
homepage: https://github.com/githubuser/haskell-cron-matcher#readme
|
|
||||||
license: BSD3
|
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Author name here
|
|
||||||
maintainer: example@example.com
|
|
||||||
copyright: 2017 Author name here
|
|
||||||
category: Web
|
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-source-files: README.md
|
extra-source-files: README.md
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
@ -18,7 +10,6 @@ library
|
|||||||
exposed-modules: Pattern, Field, Constraint, Helper
|
exposed-modules: Pattern, Field, Constraint, Helper
|
||||||
build-depends: base >= 4.7 && < 5
|
build-depends: base >= 4.7 && < 5
|
||||||
, dates == 0.2.2.2
|
, dates == 0.2.2.2
|
||||||
, text
|
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
executable haskell-cron-matcher-exe
|
executable haskell-cron-matcher-exe
|
||||||
@ -27,7 +18,6 @@ executable haskell-cron-matcher-exe
|
|||||||
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.2
|
, dates == 0.2.2.2
|
||||||
, parsec
|
|
||||||
, haskell-cron-matcher
|
, haskell-cron-matcher
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
@ -46,4 +36,4 @@ test-suite haskell-cron-matcher-test
|
|||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/githubuser/haskell-cron-matcher
|
location: https://github.com/anwinged/haskell-cron-matcher
|
||||||
|
Loading…
Reference in New Issue
Block a user