-
Notifications
You must be signed in to change notification settings - Fork 0
/
slsa-test-repo.cabal
27 lines (21 loc) · 914 Bytes
/
slsa-test-repo.cabal
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
cabal-version: 3.6
name: slsa-test-repo
version: 0.0.1.4
synopsis: Haskell package to test SLSA L3 provenance for Haskell
description: Nothing useful in this package. It will not be uploaded
to Hackage, it only exists to demonstrate/test SLSA L3
provenance via the generic generator.
license: MIT
license-file: LICENSE
author: Mihai Maruseac
maintainer: [email protected]
category: Experimental
build-type: Simple
extra-source-files: CHANGELOG.md, README.md, SECURITY.md
source-repository head
type: git
location: https://github.com/mihaimaruseac/slsa-lvl3-generic-provenance-in-haskell-example
executable slsa-test-repo
main-is: Main.hs
build-depends: base < 5
default-language: Haskell2010