Skip to content
get-client-ip.cabal 399 B
Newer Older
Yuanle Song's avatar
Yuanle Song committed
name:          get-client-ip
version:       0.1.1
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
                  , scotty >= 0.10.0 && < 0.11
                  , text