Compare commits

..

No commits in common. "main" and "ee7de941f9395e73a7dd01f30544bed0b6756595" have entirely different histories.

2 changed files with 1 additions and 27 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.stack-work/
*~
hmonitors.cabal
stack.yaml.lock

View File

@ -1,27 +0,0 @@
name: hmonitors
version: 0.1.0.0
license: BSD3
author: Ricard Illa
maintainer: rilla@monotremata.xyz
extra-source-files: README.md
cabal-version: >= 1.8
library
exposed-modules: Monitors.Common
Monitors.Battery
Monitors.Date
Monitors.Net
Monitors.Volume
hs-source-dirs: src
build-depends: base
, containers
, process
, regex-compat
, split
, time
executable hmonitors-query
main-is: Main.hs
hs-source-dirs: app
build-depends: hmonitors, base
ghc-options: -Wall -Werror -O2 -threaded -rtsopts -with-rtsopts=-N