Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Fixing example with new naming of library
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Pulido Gomez committed Sep 7, 2017
1 parent 12bba5c commit 5b433a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/example.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
, servant-server
, bytestring
, aeson >= 1.0.2.1 && <= 1.2.1.0
, SCalendar
, scalendar
default-language: Haskell2010

executable runExample
Expand Down
4 changes: 2 additions & 2 deletions example/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ packages:
- '.'
- location:
git: [email protected]:stackbuilders/scalendar.git
commit: 809244c8f196afa3e8e6732286ab8a2b55cb9e7f
commit: 12bba5cba60d1cbd84f12dcf5e187c88681b7d09
subdirs: []
extra-dep: true
extra-deps:
- SCalendar-1.0.0
- scalendar-1.0.0
resolver: lts-8.19

0 comments on commit 5b433a0

Please sign in to comment.