Skip to content

Commit

Permalink
Update from Hackage at 2020-08-11T22:57:13Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 11, 2020
1 parent 5ff03b9 commit 3da0563
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 0 deletions.
121 changes: 121 additions & 0 deletions blucontrol/0.2.1.0/blucontrol.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
name: blucontrol
version: 0.2.1.0
synopsis: Configurable blue light filter
description: This application is a blue light filter, with the main focus on
configurability.
.
Configuration is done in Haskell in the style of
<https://hackage.haskell.org/package/xmonad xmonad>.
.
Blucontrol makes use of monad transformers and allows monadic calculation of
gamma values and recoloring.
The user chooses, what will be captured in the monadic state.
.
To get started with configuring read "Blucontrol".
license: BSD3
license-file: LICENSE
author: Felix Springer
maintainer: felixspringer149@gmail.com
homepage: https://github.com/jumper149/blucontrol
bug-reports: https://github.com/jumper149/blucontrol/issues
category: System
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >= 1.10

library
exposed-modules: Blucontrol
Blucontrol.Control
Blucontrol.Control.Concat
Blucontrol.Control.Count
Blucontrol.Control.Print
Blucontrol.Control.Wait
Blucontrol.Gamma
Blucontrol.Gamma.Const
Blucontrol.Gamma.Linear
Blucontrol.Main
Blucontrol.Main.CLI
Blucontrol.Main.Control
Blucontrol.Recolor
Blucontrol.Recolor.Print
Blucontrol.Recolor.X
Blucontrol.RGB
Blucontrol.RGB.Temperature
other-modules: Blucontrol.Main.GHC.Internal
Blucontrol.Recolor.X.Internal
Paths_blucontrol
build-depends: base >= 4.11 && < 5
, containers >= 0.6.2.1 && < 0.7
, directory >= 1.3.6.0 && < 1.4
, data-default >= 0.7.1 && < 0.7.2
, deepseq >= 1.4.4.0 && < 1.5
, filepath >= 1.4.2.1 && < 1.5
, finite-typelits >= 0.1.4.0 && < 0.1.5
, lifted-base >= 0.2.3.2 && < 0.2.4
, monad-control >= 1.0.2.0 && < 1.1
, mtl >= 2.2.2 && < 2.3
, process >= 1.6.6.0 && < 1.7
, text >= 1.2.0.0 && < 1.3
, time >= 1.9.3 && < 1.10
, transformers >= 0.5.6.2 && < 0.5.7
, transformers-base >= 0.4.5.2 && < 0.5
, unix >= 2.7.2.2 && < 2.8
, X11 >= 1.9 && < 1.10
hs-source-dirs: src
includes: XrandrGamma.h
extra-libraries: X11, Xrandr
include-dirs: include
c-sources: include/XrandrGamma.c
include/XrandrGamma.h
default-language: Haskell2010
default-extensions: ConstraintKinds
DataKinds
DeriveGeneric
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GeneralizedNewtypeDeriving
MultiParamTypeClasses
OverloadedStrings
RankNTypes
StandaloneDeriving
TypeApplications
TypeFamilies
ghc-options: -Wall

executable blucontrol
main-is: Main.hs
build-depends: base
, blucontrol
default-language: Haskell2010
ghc-options: -Wall

test-suite test
main-is: Blucontrol.hs
type: exitcode-stdio-1.0
hs-source-dirs: test
other-modules: Blucontrol.Test.Gamma.Linear
Blucontrol.Test.RGB
build-depends: base
, blucontrol
, data-default
, deepseq
, hspec >= 2.6.0 && < 2.8
, mtl
, QuickCheck >= 2.13.2 && < 2.15
, time
default-language: Haskell2010
default-extensions: ConstraintKinds
DataKinds
DeriveGeneric
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GeneralizedNewtypeDeriving
MultiParamTypeClasses
OverloadedStrings
RankNTypes
StandaloneDeriving
TypeApplications
TypeFamilies
ghc-options: -Wall
1 change: 1 addition & 0 deletions blucontrol/0.2.1.0/blucontrol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"4541c7c29e15d1239bb5d1404a97f0c4","Skein512_512":"409dced330300e494f6a079f2cc61a4adb3e62e0dd19d8ae43fa9cd98b89ff1923267dc7a7885a587d137bb9e314b527cf8a576b725ef9341d21093de0bca64d","SHA1":"2215d6b9dca114b464a21199c86edcf1015f3fbd","SHA512":"1df05f0d85ad6f31bb41ce83521530e6bb21c6e4eeea300ba4b655d75c4f2328c993a9cf3b8c7427ccba3f7d34c12324f0b39684ff95959705efcc776c4f0279","SHA256":"6a0a29cb69954b7ea2aad938b5966dae71abc69357357a012ba5b90487786d12"},"package-locations":["https://hackage.haskell.org/package/blucontrol-0.2.1.0/blucontrol-0.2.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/blucontrol-0.2.1.0.tar.gz"],"package-size":11270}

0 comments on commit 3da0563

Please sign in to comment.