packages feed

haskell-admin-1.0.0.0: haskell-admin.cabal

cabal-version: 1.12

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

name:           haskell-admin
version:        1.0.0.0
synopsis:       Remote Management Platform for Haskell Applications
description:    Please see the README on GitHub at <https://github.com/martin-bednar/haskell-admin#readme>
category:       Remote Management
homepage:       https://github.com/martin-bednar/haskell-admin#readme
bug-reports:    https://github.com/martin-bednar/haskell-admin/issues
author:         Martin Bednar
maintainer:     bednam17@fit.cvut.cz
copyright:      2022 Martin Bednar
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/martin-bednar/haskell-admin

library
  exposed-modules:
      Admin
      Admin.Component.Health
      Admin.Component.Managed
      Admin.Components.All
  other-modules:
      Paths_haskell_admin
  hs-source-dirs:
      src
  ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wpartial-fields -Wmonomorphism-restriction -Wmissing-home-modules -Widentities -Wredundant-constraints -Wmissing-export-lists
  build-depends:
      base >=4.7 && <5
    , bytestring
    , haskell-admin-core
    , haskell-admin-health
    , haskell-admin-managed-functions
    , wai
  default-language: Haskell2010