about summary refs log tree commit diff
path: root/gopher-proxy.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gopher-proxy.cabal')
-rw-r--r--gopher-proxy.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/gopher-proxy.cabal b/gopher-proxy.cabal
index 82461d1..391b55a 100644
--- a/gopher-proxy.cabal
+++ b/gopher-proxy.cabal
@@ -8,17 +8,16 @@ license:             GPL-3
 license-file:        LICENSE
 author:              sternenseemann
 maintainer:          git@lukasepple.de
--- copyright:           
 category:            Network
 build-type:          Simple
 extra-source-files:  ChangeLog.md
 cabal-version:       >=1.10
+data-files:          gopher-proxy.css
 
 executable gopher-proxy
   main-is:             Main.hs
   default-extensions:  CPP
-  -- other-modules:       
-  -- other-extensions:    
+  other-modules:       Paths_gopher_proxy
   build-depends:       base
                      , wai
                      , warp
@@ -31,5 +30,6 @@ executable gopher-proxy
                      , errors
                      , mime-types
                      , optparse-applicative
+                     , directory
   hs-source-dirs:      src
   default-language:    Haskell2010