ghorn / dvda

(deprecated) Symbolic expressions and algorithmic differentiation in Haskell.
7 stars 4 forks source link

hackage sdist is missing a file needed for testing #36

Closed aavogt closed 9 years ago

aavogt commented 9 years ago

cabal test gives:

Preprocessing test suite 'test' for dvda-0.4...

TestMain.hs:9:8:
    Could not find module ‘Dvda.Tests.Unary’
    Use -v to see a list of the files searched for.
ghorn commented 9 years ago

That smells like code rot - this project is quasi deprecated in favor of https://github.com/ghorn/dynobud. I'll fix this though

ghorn commented 9 years ago

Fixing the missing file reveals the tests are broken. I'm closing this issue and adding deprecatoin notices on github and hackage in favor of dynobud