summaryrefslogtreecommitdiff
path: root/pkgs/nomsring/nomsring.cabal
blob: 0ee04a388c3091d65623aecdf57f866a869d6a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cabal-version:      3.0
name:               nomsring
version:            0.1.0.0
synopsis:           noms noms
description:        a webring for nomsable websites
license:            BSD-3-Clause
author:             stuebinm
maintainer:         stuebinm@disroot.org

common warnings
    ghc-options: -Wall

executable nomsring
    import:           warnings
    main-is:          Main.hs
    build-depends:    base ^>=4.17.2.1
                    , cgi ^>=3001.5
                    , data-clist ^>= 0.2
    default-language: GHC2021