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.35.2.
--
-- see: https://github.com/sol/hpack

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

executable dnestr
main-is: Main.hs
other-modules:
Avahi
Paths_dnestr
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
, dormouse-uri
, http-client
, mono-traversable
, ron-hs
, text
, unordered-containers
, wai
, warp
default-language: Haskell2010