Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Traccc/extras/ccl_partitioning/package.yaml is written in an unsupported language. File is not indexed.

0001 name:                ccl-partitioning
0002 version:             1.0.0.0
0003 author:              "Stephen Nicholas Swatman"
0004 maintainer:          "stephen.nicholas.swatman@cern.ch"
0005 
0006 dependencies:
0007   - base >= 4.16 && < 5
0008   - cassava
0009   - bytestring
0010 
0011 executables:
0012   run:
0013     main:                Main.hs
0014     source-dirs:         src
0015     ghc-options:
0016       - -Wall
0017       - -Wcompat
0018       - -O3