cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 89dc02888ad0b93e61bf9ab4de3d216c189724afda313bd2d725737f44d65c74 name: shakebook version: 0.1.5.0 synopsis: Shake-based markdown/latex webbook. category: Web author: Me maintainer: example@example.com copyright: 20XX Me license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md library exposed-modules: Shakebook Shakebook.Aeson Shakebook.Conventions Shakebook.Data Shakebook.Defaults Shakebook.Feed Shakebook.Rules Shakebook.Zipper other-modules: Paths_shakebook hs-source-dirs: src default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeSynonymInstances ViewPatterns ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: aeson , base >=4.7 && <5 , comonad , comonad-extras , doctemplates , extra , feed , free , lens , lens-aeson , pandoc , pandoc-types , relude , rio , shake , slick , split , tasty , text-time default-language: Haskell2010 test-suite shakebook-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_shakebook hs-source-dirs: test default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeSynonymInstances ViewPatterns ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base >=4.7 && <5 , comonad , comonad-extras , doctemplates , extra , feed , free , lens , lens-aeson , pandoc , pandoc-types , relude , rio , shake , shakebook , slick , split , tasty , text-time default-language: Haskell2010