packages feed

Tahin-0.1.2: Tahin.cabal

name:                Tahin
version:             0.1.2
synopsis:            Tahin Password Generator
description:         Please see README.md
homepage:            http://github.com/mtesseract/Tahin#readme
license:             BSD3
license-file:        LICENSE
author:              Moritz Schulte
maintainer:          mtesseract@silverratio.net
copyright:           Moritz Schulte
category:            Password
build-type:          Simple
cabal-version:       >=1.10

executable tahin
  hs-source-dirs:      src
  ghc-options:         -Wall
  main-is:             Main.hs
  default-language:    Haskell2010
  build-depends:       base >= 4.7 && < 5
                     , base64-bytestring >= 1.0.0.1
                     , bytestring >= 0.10.6.0
                     , containers >= 0.5.6.2
                     , cryptohash
                     , haskeline
                     , mtl >= 2.2.1
                     , optparse-applicative >= 0.11.0.2
                     , text >= 1.2.2.0
  other-modules:       Crypto.Tahin
                     , Paths_Tahin

Library
  hs-source-dirs:      src
  ghc-options:         -Wall
  default-language:    Haskell2010
  Exposed-modules:     Crypto.Tahin
  build-depends:       base >= 4.7 && < 5
                     , base64-bytestring >= 1.0.0.1
                     , bytestring >= 0.10.6.0
                     , text >= 1.2.2.0