pasta-0.1.0.0: pasta.cabal
name: pasta
version: 0.1.0.0
synopsis: Initial project template from stack
description: Please see README.md
homepage: http://github.com/githubuser/pasta#readme
license: BSD3
license-file: LICENSE
author: Author name here
maintainer: example@example.com
copyright: 2015 Author Here
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: Pasta
other-modules: Pasta.Types
build-depends: base >= 4.7 && < 5
, microlens >= 0.4 && < 0.5
, microlens-th >= 0.3 && < 0.5
, text >= 1.2 && < 1.3
, text-show >= 2.1 && < 2.2
, semigroups >= 0.18
, protolude >= 0.1
default-language: Haskell2010
default-extensions: OverloadedStrings, ScopedTypeVariables, TemplateHaskell, NoImplicitPrelude
test-suite pasta-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base >= 4.7 && < 5
, pasta
, hspec >= 2.2
, microlens
, protolude >= 0.1
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
default-extensions: OverloadedStrings, ScopedTypeVariables, NoImplicitPrelude
source-repository head
type: git
location: https://github.com/diogob/pasta