Hagia
log in
morj / dwierz
overview
files
history
wiki
Viewing at
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

name: dwierz
version: 0.1.0.0
synopsis: Does stuff
author: d86leader
maintainer: d86leader@mail.com
license: BSD3
build-type: Simple

executable dwierz
main-is: Main.hs
other-modules:
Avahi
Main_BACKUP_63858
Main_BASE_63858
Main_LOCAL_63858
Main_REMOTE_63858
Portal
Static
Paths_dwierz
hs-source-dirs:
src
default-extensions:
BangPatterns
OverloadedStrings
LambdaCase
NamedFieldPuns
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat
build-depends:
base
, binary
, bytestring
, containers
, dbus
, http-client
, modern-uri
, mono-traversable
, ron-hs
, text
, unordered-containers
, wai
, warp
default-language: Haskell2010