Skip to content

Commit

Permalink
added vCalendar generation
Browse files Browse the repository at this point in the history
  • Loading branch information
g committed Jul 5, 2016
1 parent 0692ab5 commit b766923
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuickFuzz.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ executable QuickFuzz
build-depends: zlib, tar, zip-archive, base16-bytestring

if flag(docs)
build-depends: pandoc-types, pandoc, data-default, hps, hcg-minus, asn1-data
build-depends: pandoc-types, pandoc, data-default, hps, hcg-minus, iCalendar, quickcheck-instances

if flag(pki)
build-depends: certificate, asn1-data, time
Expand Down
3 changes: 2 additions & 1 deletion src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import qualified Regex

import qualified Pandoc
import qualified PS
import qualified ASN1
import qualified ICal
#endif

#ifdef PKI
Expand Down Expand Up @@ -153,6 +153,7 @@ dispatch arg = do
"Docx" -> Process.main (Pandoc.mencode_docx,undefined) args b
"Odt" -> Process.main (Pandoc.mencode_odt,undefined) args b
"PS" -> Process.main (PS.mencode,undefined) args b
"ICal" -> Process.main (ICal.mencode,undefined) args b

#endif

Expand Down
2 changes: 2 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ extra-deps:
- idiii-0.1.3.3
- language-python-0.5.2
- asn1-data-0.7.2
- iCalendar-0.4.0.3
- mime-0.4.0.2

# Override default flag values for local packages and extra-deps
flags:
Expand Down

0 comments on commit b766923

Please sign in to comment.