1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
-- This file has been generated from package.yaml by hpack version 0.11.0.
--
-- see: https://github.com/sol/hpack
name: with-location
version: 0.1.0
synopsis: Use ImplicitParams-based source locations in a backward compatible way
category: Data
homepage: https://github.com/sol/with-location#readme
bug-reports: https://github.com/sol/with-location/issues
maintainer: Simon Hengel <sol@typeful.net>
license: MIT
license-file: LICENSE
cabal-version: >= 1.10
build-type: Simple
source-repository head
type: git
location: https://github.com/sol/with-location
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base == 4.*
exposed-modules:
Data.WithLocation
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
base == 4.*
, hspec
, with-location
other-modules:
Data.WithLocationSpec
default-language: Haskell2010
|