Skip to content
get-client-ip.cabal 804 B
Newer Older
Yuanle Song's avatar
Yuanle Song committed
name:          get-client-ip
version:       1.2.0
Yuanle Song's avatar
Yuanle Song committed
cabal-version: >= 1.8
build-type:    Simple

executable          get-client-ip
    hs-source-dirs: .
    main-is:        Main.hs
    ghc-options:    -Wall -threaded -O2 -rtsopts -with-rtsopts=-N
    extensions:     OverloadedStrings
    build-depends:  base   >= 4      && < 5
Yuanle Song's avatar
Yuanle Song committed
                  , scotty
Yuanle Song's avatar
Yuanle Song committed
                  , text
                  , http-types
                  , extra
                  , containers
                  , time
                  , lucid

executable          lucid-demo
    hs-source-dirs: .
    main-is:        LucidDemo.hs
    ghc-options:    -Wall -threaded -O2 -rtsopts -with-rtsopts=-N
    extensions:     OverloadedStrings
    build-depends:  base   >= 4      && < 5
                  , lucid
                  , text