aboutsummaryrefslogtreecommitdiffstats
path: root/hie.yaml
blob: b6663a174a772b50fc42372f34cc4655f4cc56af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cradle:
  multi:
    # - path: "ignore/"
    #   config: {cradle: {none: }}

    - path: "src"
      config: {cradle: {cabal: {component: "lib:gsa-parser"}}}

    - path: "app"
      config: {cradle: {cabal: {component: "gsa-parser:gsa-parser-exe"}}}

    - path: "test"
      config: {cradle: {cabal: {component: "gsa-parser:gsa-parser-test"}}}

    - path: "bench"
      config: {cradle: {cabal: {component: "gsa-parser:gsa-parser-bench"}}}