Skip to content

Commit

Permalink
Update from Hackage at 2018-11-25T00:11:08Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Nov 25, 2018
1 parent 7a7a7f6 commit 856a2e1
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
59 changes: 59 additions & 0 deletions hsPID/0.1.1/hsPID.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
cabal-version: 1.12

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

name: hsPID
version: 0.1.1
synopsis: PID control loop
description: Please see the README on GitHub at <https://github.com/jlamothe/hsPID#readme>
category: Control
homepage: https://github.com/jlamothe/hsPID#readme
bug-reports: https://github.com/jlamothe/hsPID/issues
author: Jonathan Lamothe
maintainer: jlamothe1980@gmail.com
copyright: Jonathan Lamothe
license: LGPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md

source-repository head
type: git
location: https://github.com/jlamothe/hsPID

library
exposed-modules:
Control.PID
other-modules:
Paths_hsPID
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, lens
default-language: Haskell2010

test-suite hsPID-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
ResetIntegral
Run
Settings
Status
Paths_hsPID
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
, base >=4.7 && <5
, hsPID
, lens
default-language: Haskell2010
1 change: 1 addition & 0 deletions hsPID/0.1.1/hsPID.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"097829aa01b5767aa9f21ef12243580a","Skein512_512":"791e5babf23016352954f6fe00ce3c200df8dd8968e10ab5d977c660eccbaebdeb9ac3913450eed958f4684b3c8137c402dbf0163c824332a8997f2d91e06306","SHA1":"14fe69f01c8ed223b3043c25c26a2e9eaba03ab4","SHA512":"d8ee13e65ae254d57b07f8ace5285aee01f48e53833204827171390fd04c8539f51e4c0fb30b590a2826ffa066d20291c9b948ffac4189360f8c6a1ca1ac08c2","SHA256":"333e4c8a40c837d45d6418734a5d38b536d63f678de3d48b19f555fbfe76aa71"},"package-locations":["https://hackage.haskell.org/package/hsPID-0.1.1/hsPID-0.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hsPID-0.1.1.tar.gz"],"package-size":6420}

0 comments on commit 856a2e1

Please sign in to comment.