cj-token-0.0.0: cj-token.cabal
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack
name: cj-token
version: 0.0.0
synopsis: A new Haskeleton package.
description: cj-token is a new Haskeleton package.
category: Other
maintainer: Author name here
license: ISC
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
package.yaml
README.md
stack.yaml
library
hs-source-dirs:
library
default-extensions: ConstraintKinds DeriveGeneric DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings RankNTypes ScopedTypeVariables TypeApplications TypeOperators
ghc-options: -Wall
build-depends:
aeson < 2
, base < 5
, base64-bytestring < 2
, containers < 1
, either < 5
, jwt < 1
, text < 2
, time < 2
, text-conversions < 1
exposed-modules:
CJ.Auth.Token
default-language: Haskell2010
executable cj-token
main-is: Main.hs
hs-source-dirs:
executable
default-extensions: ConstraintKinds DeriveGeneric DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings RankNTypes ScopedTypeVariables TypeApplications TypeOperators
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
base
, cj-token
default-language: Haskell2010
test-suite cj-token-test-suite
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test-suite
default-extensions: ConstraintKinds DeriveGeneric DuplicateRecordFields FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings RankNTypes ScopedTypeVariables TypeApplications TypeOperators
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
base
, jwt
, hspec
, time
, text
, text-conversions
, QuickCheck
, cj-token
other-modules:
CJ.Auth.TokenSpec
default-language: Haskell2010