packages feed

msu-0.2.0.0: msu.cabal

cabal-version: 1.18

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

name:           msu
version:        0.2.0.0
synopsis:       Monitor Setup Utility
description:    Convenient wrapper over xrandr for setting up monitors
homepage:       http://github.com/pbrisbin/msu
author:         Pat Brisbin <pbrisbin@gmail.com>
maintainer:     Pat Brisbin <pbrisbin@gmail.com>
license:        MIT
build-type:     Simple
extra-doc-files:
    CHANGELOG.md
    README.md

library
  exposed-modules:
      MSU.Context
      MSU.Match
      MSU.Monitors
      MSU.Xrandr.Parse
  other-modules:
      Paths_msu
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      aeson
    , aeson-casing
    , base >=4.8.0 && <5
    , bytestring
    , directory
    , parsec
    , process
    , unliftio
    , yaml
  default-language: Haskell2010

executable msu
  main-is: Main.hs
  other-modules:
      Paths_msu
  hs-source-dirs:
      app
  ghc-options: -Wall
  build-depends:
      base >=4.8.0 && <5
    , directory
    , filepath
    , msu
    , process
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      MSU.MonitorsSpec
      MSU.Xrandr.ParseSpec
      Paths_msu
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base >=4.8.0 && <5
    , bytestring
    , errors
    , hspec
    , msu
  default-language: Haskell2010