Basic navigation and styles
This commit is contained in:
20
sampu.cabal
20
sampu.cabal
@@ -15,18 +15,20 @@ executable sampu
|
||||
default-extensions: OverloadedStrings
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -optl-pthread -fPIC
|
||||
build-depends: base
|
||||
, bytestring >= 0.11.5.0
|
||||
, commonmark >= 0.2.4
|
||||
, dotenv >= 0.11.0.0
|
||||
, lucid >= 2.11.0
|
||||
, text >= 2.0
|
||||
, twain >= 2.1.0.0
|
||||
, wai-extra >= 3.0 && < 3.2
|
||||
, warp == 3.3.25
|
||||
, bytestring >= 0.11.5.0
|
||||
, commonmark >= 0.2.4
|
||||
, dotenv >= 0.11.0.0
|
||||
, lucid >= 2.11.0
|
||||
, text >= 2.0
|
||||
, twain >= 2.1.0.0
|
||||
, wai-extra >= 3.0 && < 3.2
|
||||
, wai-middleware-static >= 0.9.0
|
||||
, warp == 3.3.25
|
||||
hs-source-dirs: src
|
||||
other-modules: Core.Configuration
|
||||
Core.Handlers
|
||||
Core.HTTP
|
||||
Core.Rendering
|
||||
Templates.Base
|
||||
Fragments.Base
|
||||
Fragments.NotFound
|
||||
default-language: GHC2021
|
||||
|
||||
Reference in New Issue
Block a user