Skip to content

Commit

Permalink
Update from Hackage at 2020-07-21T08:43:51Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jul 21, 2020
1 parent 8da9c37 commit cae4f64
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 0 deletions.
120 changes: 120 additions & 0 deletions hascard/0.1.2.0/hascard.cabal
@@ -0,0 +1,120 @@
cabal-version: 1.12

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

name: hascard
version: 0.1.2.0
synopsis: A TUI for reviewing notes using 'flashcards' written with markdown-like syntax.
description: Hascard is a text-based user interface for reviewing notes using flashcards. Cards are written in markdown-like syntax. Please see the README file on GitHub at <https://github.com/Yvee1/hascard#readme> for more information.
category: Application
homepage: https://github.com/Yvee1/hascard#readme
bug-reports: https://github.com/Yvee1/hascard/issues
author: Steven van den Broek
maintainer: stevenvdb@live.nl
copyright: 2020 Steven van den Broek
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md

source-repository head
type: git
location: https://github.com/Yvee1/hascard

library
exposed-modules:
Debug
Parser
Stack
Types
UI
UI.BrickHelpers
UI.Cards
UI.CardSelector
UI.FileBrowser
UI.Info
UI.MainMenu
UI.Settings
other-modules:
Paths_hascard
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, brick >=0.52.1 && <0.56
, containers >0.6.0 && <0.7
, directory >=1.3.3 && <1.4
, filepath >=1.4.2 && <1.5
, microlens >=0.4.11 && <0.5
, microlens-platform >=0.4.1 && <0.5
, optparse-applicative >=0.15.1 && <0.16
, ordered-containers >=0.2.2 && <0.3
, parsec >=3.1.13 && <3.2
, process >=1.6.5 && <1.7
, strict >=0.3.2 && <0.4
, text >=1.2.3 && <1.3
, vector >=0.12.0 && <0.13
, vty >=5.28.2 && <5.31
, word-wrap >=0.4.1 && <0.5
default-language: Haskell2010

executable hascard
main-is: Main.hs
other-modules:
Paths_hascard
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, brick >=0.52.1 && <0.56
, containers >0.6.0 && <0.7
, directory >=1.3.3 && <1.4
, filepath >=1.4.2 && <1.5
, hascard
, microlens >=0.4.11 && <0.5
, microlens-platform >=0.4.1 && <0.5
, optparse-applicative >=0.15.1 && <0.16
, ordered-containers >=0.2.2 && <0.3
, parsec >=3.1.13 && <3.2
, process >=1.6.5 && <1.7
, strict >=0.3.2 && <0.4
, text >=1.2.3 && <1.3
, vector >=0.12.0 && <0.13
, vty >=5.28.2 && <5.31
, word-wrap >=0.4.1 && <0.5
default-language: Haskell2010

test-suite hascard-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_hascard
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, brick >=0.52.1 && <0.56
, containers >0.6.0 && <0.7
, directory >=1.3.3 && <1.4
, filepath >=1.4.2 && <1.5
, hascard
, microlens >=0.4.11 && <0.5
, microlens-platform >=0.4.1 && <0.5
, optparse-applicative >=0.15.1 && <0.16
, ordered-containers >=0.2.2 && <0.3
, parsec >=3.1.13 && <3.2
, process >=1.6.5 && <1.7
, strict >=0.3.2 && <0.4
, text >=1.2.3 && <1.3
, vector >=0.12.0 && <0.13
, vty >=5.28.2 && <5.31
, word-wrap >=0.4.1 && <0.5
default-language: Haskell2010
1 change: 1 addition & 0 deletions hascard/0.1.2.0/hascard.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"c18d1659cbaa098bc7cb3cae005d6bd1","Skein512_512":"30909783526a6fac4d6a7d0f7e4490a748bc91124474ebbb9a5654716c3947ca5f3e75202a0a65f2573a27521df46cf15a807d422266a433415a535497de6b94","SHA1":"86808c99299ace251658b59052ef69551dd285aa","SHA512":"ee53c91ada1b3329c2630212459341e45f0fa182e283a8d5d0cceda65e082a66199dd11eedb8df82a8339e06ea83faab82472df7d99c7ffa0d02024692c01d80","SHA256":"5606d57a297ef8845499c0bc4d0e8a3b7613c27dc7246197a1d43ca4e1715ce7"},"package-locations":["https://hackage.haskell.org/package/hascard-0.1.2.0/hascard-0.1.2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hascard-0.1.2.0.tar.gz"],"package-size":17219}

0 comments on commit cae4f64

Please sign in to comment.