Skip to content

Commit

Permalink
Introduce missing source-repository entry (KSG Cabal 1.3.0 - 3). Refs #…
Browse files Browse the repository at this point in the history
…196.

A Cabal file consists of, in order:
1. License or copyright information
2. Cabal version declaration and build type declaration
3. Package metadata
4. Source repository declarations, if present
5. Flag declarations, if present
6. Libraries, if present
7. Executables, if present
8. Tests, if present
9. Benchmarks, if present
  • Loading branch information
ivanperez-keera committed Mar 13, 2022
1 parent 2e263c2 commit 812d1ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions yampa-test/yampa-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ extra-source-files: CHANGELOG

cabal-version: >=1.10


source-repository head
type: git
location: git://github.com/ivanperez-keera/Yampa.git
subdir: yampa-test


library
exposed-modules: FRP.Yampa.Debug
FRP.Yampa.LTLFuture
Expand Down

0 comments on commit 812d1ef

Please sign in to comment.