flaw-oil-client/flaw-oil-client.cabal

Summary

Maintainability
Test Coverage
name:                flaw-oil-client
version:             0.1.0.0
-- synopsis:            
-- description:         
license:             MIT
license-file:        ../LICENSE
author:              Alexander Bich
maintainer:          quyse0@gmail.com
-- copyright:           
category:            Game
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

source-repository head
  type: git
  location: https://github.com/quyse/flaw.git
  subdir: flaw-oil-client

executable oil
  main-is:             oil.hs
  other-modules:
  build-depends:
    base
    , bytestring
    , flaw-base
    , flaw-oil
    , http-client
    , optparse-applicative
    , text
  ghc-options:         -Wall -threaded
  default-language:    Haskell2010