First pass at merit function

This commit is contained in:
2022-10-10 11:46:27 +02:00
parent a80a7f749e
commit a61f15df44
5 changed files with 32 additions and 6 deletions

View File

@@ -35,6 +35,9 @@ executable petzval-hs
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends: base ^>=4.15.1.0,
ad ^>=4.5.2,
linear ^>=1.21,
lens ^>=5.2,
petzval-hs
hs-source-dirs: app
@@ -46,6 +49,7 @@ library
Petzval.Optics.RTM
Petzval.System
Petzval.Trace
Petzval.Calculations
other-modules:
Petzval.Internal.Vec
hs-source-dirs: lib