gdritter repos new-inf-blog / 603ba6d
rename package Getty Ritter 5 years ago
2 changed file(s) with 46 addition(s) and 46 deletion(s). Collapse all Expand all
1 name: inf-blog
2 version: 1.0
3 -- synopsis:
4 -- description:
5 license: BSD3
6 author: Getty Ritter <gettylefou@gmail.com>
7 maintainer: Getty Ritter <gettylefou@gmail.com>
8 copyright: @2018 Getty Ritter
9 -- category:
10 build-type: Simple
11 cabal-version: >=1.14
12 extra-source-files:
13 static/main.css
14 static/highlighting.css
15
16 executable inf-blog
17 hs-source-dirs: src
18 main-is: Main.hs
19 other-modules: Inf.Types
20 Inf.Templates
21 Inf.DB
22 Inf.DB.Monad
23 Inf.Feed
24 Inf.Log
25 Inf.Web
26 Inf.Web.Cookies
27 default-language: Haskell2010
28 default-extensions: ScopedTypeVariables
29 ghc-options: -Wall
30 build-depends: base >=4.7 && <5
31 , wai
32 , warp
33 , stache
34 , text
35 , time
36 , http-types
37 , sqlite-simple
38 , aeson
39 , filepath
40 , pandoc
41 , feed
42 , xml-types
43 , xml-conduit
44 , bytestring
45 , pwstore-fast
46 , unix
+0
-46
new-inf-blog.cabal less more
1 name: inf-blog
2 version: 1.0
3 -- synopsis:
4 -- description:
5 license: BSD3
6 author: Getty Ritter <gettylefou@gmail.com>
7 maintainer: Getty Ritter <gettylefou@gmail.com>
8 copyright: @2018 Getty Ritter
9 -- category:
10 build-type: Simple
11 cabal-version: >=1.14
12 extra-source-files:
13 static/main.css
14 static/highlighting.css
15
16 executable inf-blog
17 hs-source-dirs: src
18 main-is: Main.hs
19 other-modules: Inf.Types
20 Inf.Templates
21 Inf.DB
22 Inf.DB.Monad
23 Inf.Feed
24 Inf.Log
25 Inf.Web
26 Inf.Web.Cookies
27 default-language: Haskell2010
28 default-extensions: ScopedTypeVariables
29 ghc-options: -Wall
30 build-depends: base >=4.7 && <5
31 , wai
32 , warp
33 , stache
34 , text
35 , time
36 , http-types
37 , sqlite-simple
38 , aeson
39 , filepath
40 , pandoc
41 , feed
42 , xml-types
43 , xml-conduit
44 , bytestring
45 , pwstore-fast
46 , unix