Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ tests:
dependencies:
- hspec
- with-location
verbatim: |
build-tool-depends:
hspec-discovery:hspec-discovery
13 changes: 10 additions & 3 deletions with-location.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-- This file has been generated from package.yaml by hpack version 0.11.0.
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 7c8d7528532beaef71447d60e0278eb539b57567514e507d06833d8dee3a612b

name: with-location
version: 0.1.0
Expand All @@ -23,9 +25,11 @@ library
src
ghc-options: -Wall
build-depends:
base == 4.*
base ==4.*
exposed-modules:
Data.WithLocation
other-modules:
Paths_with_location
default-language: Haskell2010

test-suite spec
Expand All @@ -35,9 +39,12 @@ test-suite spec
test
ghc-options: -Wall
build-depends:
base == 4.*
base ==4.*
, hspec
, with-location
other-modules:
Data.WithLocationSpec
Paths_with_location
default-language: Haskell2010
build-tool-depends:
hspec-discovery:hspec-discovery