packages feed

i3blocks-hs-contrib-2.0.0: i3blocks-hs-contrib.cabal

cabal-version: 1.12

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

name:           i3blocks-hs-contrib
version:        2.0.0
synopsis:       Base i3blocks written in haskell
description:    @i3blocks-hs-contrib@ defines a set of blocks for your i3 bar
category:       Distribution
homepage:       https://github.com/panavtec/i3blocks-hs-contrib#readme
bug-reports:    https://github.com/panavtec/i3blocks-hs-contrib/issues
author:         Christian Panadero <panavtec@gmail.com>,
                Carlos Morera <carlosdelachica@gmail.com>
maintainer:     Christian Panadero <panavtec@gmail.com>,
                Carlos Morera <carlosdelachica@gmail.com>
license:        MIT
license-file:   LICENSE
tested-with:    GHC == 8.4.* , GHC == 8.6.*
build-type:     Simple
extra-source-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/panavtec/i3blocks-hs-contrib

library
  exposed-modules:
      Common
  other-modules:
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable AirplaneMode
  main-is: Main.hs
  other-modules:
      Common
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      AirplaneMode
      src
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable Bandwidth
  main-is: Main.hs
  other-modules:
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      Bandwidth
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , time <1.9
    , transformers <0.6
    , turtle <1.6
  default-language: Haskell2010

executable Battery
  main-is: Main.hs
  other-modules:
      Common
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      Battery
      src
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable Bitcoin
  main-is: Main.hs
  other-modules:
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      Bitcoin
  ghc-options: -Wall
  build-depends:
      aeson <1.5
    , attoparsec <0.14
    , base >=4.3 && <5
    , http-client <0.7
    , http-client-tls <0.4
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable Cpu
  main-is: Main.hs
  other-modules:
      Common
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      Cpu
      src
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable DateTime
  main-is: Main.hs
  other-modules:
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      DateTime
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , time <1.9
    , turtle <1.6
  default-language: Haskell2010

executable Docker
  main-is: Main.hs
  other-modules:
      Common
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      Docker
      src
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable Ip
  main-is: Main.hs
  other-modules:
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      Ip
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable Memory
  main-is: Main.hs
  other-modules:
      Common
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      Memory
      src
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable OpenVpn
  main-is: Main.hs
  other-modules:
      Common
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      OpenVpn
      src
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable Temperature
  main-is: Main.hs
  other-modules:
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      Temperature
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable Volume
  main-is: Main.hs
  other-modules:
      Common
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      Volume
      src
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010

executable Wifi
  main-is: Main.hs
  other-modules:
      Paths_i3blocks_hs_contrib
  hs-source-dirs:
      Wifi
  ghc-options: -Wall
  build-depends:
      base >=4.3 && <5
    , text <1.3
    , turtle <1.6
  default-language: Haskell2010