From cf13f66deaf0ae669d34d3a258d9b1e8789ead45 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 9 May 2015 22:24:52 +0200 Subject: [PATCH] Remove old files --- breve.cabal | 3 --- 1 file changed, 3 deletions(-) diff --git a/breve.cabal b/breve.cabal index 106245f..e020fa9 100644 --- a/breve.cabal +++ b/breve.cabal @@ -15,8 +15,6 @@ copyright: (C) Michele Guerini Rocco 2015 category: Web build-type: Simple extra-source-files: README.md, LICENSE -data-files: static/*.png, static/*.html, static/*.css, - views/*.html data-files: static/*.png, static/*.css cabal-version: >=1.10 @@ -28,7 +26,6 @@ executable breve main-is: Main.hs hs-source-dirs: src default-language: Haskell2010 - other-modules: Application, Breve.Common, other-modules: Application, Views, Breve.Settings, Breve.Generator, Breve.UrlTable other-extensions: OverloadedStrings