diff options
Diffstat (limited to 'mustache/mustache.cabal')
| -rw-r--r-- | mustache/mustache.cabal | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/mustache/mustache.cabal b/mustache/mustache.cabal index 707c27f..04af1b2 100644 --- a/mustache/mustache.cabal +++ b/mustache/mustache.cabal @@ -27,9 +27,6 @@ tested-with: extra-source-files: README.md CHANGELOG.md - test/unit/examples/test-template-partials.txt.mustache - test/unit/examples/test-template.txt.mustache - test/unit/examples/partials/test-partial.txt.mustache source-repository head type: git @@ -93,49 +90,3 @@ executable haskell-mustache , text , yaml default-language: Haskell2010 - -test-suite language-specifications - type: exitcode-stdio-1.0 - main-is: Language.hs - other-modules: - Paths_mustache - hs-source-dirs: - test/integration - build-depends: - aeson - , base >=4.7 && <5 - , base-unicode-symbols - , bytestring - , filepath - , hspec - , lens - , mustache - , tar - , text - , unordered-containers - , wreq - , yaml - , zlib - default-language: Haskell2010 - -test-suite unit-tests - type: exitcode-stdio-1.0 - main-is: Spec.hs - other-modules: - Paths_mustache - hs-source-dirs: - test/unit - build-depends: - aeson - , base >=4.7 && <5 - , bytestring - , directory - , filepath - , hspec - , mustache - , process - , temporary - , text - , unordered-containers - , yaml - default-language: Haskell2010 |
