From 0fdab9d8fc26c6e73d2382bc492954c6280929c8 Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Tue, 3 Apr 2018 14:13:12 +0100 Subject: Get case correct --- packages/sundials/hmatrix-sundials.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal index 7b44cea..53afa58 100644 --- a/packages/sundials/hmatrix-sundials.cabal +++ b/packages/sundials/hmatrix-sundials.cabal @@ -24,7 +24,7 @@ library extra-libraries: sundials_arkode other-extensions: QuasiQuotes hs-source-dirs: src - exposed-modules: Numeric.Sundials.Arkode.ODE + exposed-modules: Numeric.Sundials.ARKode.ODE other-modules: Types, Arkode c-sources: src/helpers.c src/helpers.h @@ -32,7 +32,7 @@ library executable sundials main-is: Main.hs other-modules: Types, - Numeric.Sundials.Arkode.ODE, + Numeric.Sundials.ARKode.ODE, Arkode other-extensions: QuasiQuotes build-depends: base >=4.10 && <4.11, -- cgit v1.2.3