Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hackage tarball is missing most files in test/ #9

Open
erictapen opened this issue Aug 7, 2020 · 0 comments
Open

Hackage tarball is missing most files in test/ #9

erictapen opened this issue Aug 7, 2020 · 0 comments

Comments

@erictapen
Copy link

The tarball published on Hackage is missing all files in test/ but test/Spec.hs.

...
Preprocessing test suite 'hcoord-test' for hcoord-1.0.0.0..
Building test suite 'hcoord-test' for hcoord-1.0.0.0..
[1 of 1] Compiling Main             ( test/Spec.hs, dist/build/hcoord-test/hcoord-test-tmp/Main.o )

test/Spec.hs:3:1: error:
    Could not find module ‘DMS.Tests’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
3 | import DMS.Tests (dmsTests)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Spec.hs:4:1: error:
    Could not find module ‘ECEFRef.Tests’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
4 | import ECEFRef.Tests (ecefrefTests)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Spec.hs:5:1: error:
    Could not find module ‘IrishRef.Tests’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
5 | import IrishRef.Tests (irishrefTests)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Spec.hs:6:1: error:
    Could not find module ‘LatLng.Tests’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
6 | import LatLng.Tests (latlngTests)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Spec.hs:7:1: error:
    Could not find module ‘MGRSRef.Tests’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
7 | import MGRSRef.Tests (mgrsrefTests)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Spec.hs:8:1: error:
    Could not find module ‘OSRef.Tests’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
8 | import OSRef.Tests (osrefTests)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Spec.hs:9:1: error:
    Could not find module ‘UTMRef.Tests’
    Use -v (or `:set -v` in ghci) to see a list of the files searched for.
  |
9 | import UTMRef.Tests (utmrefTests)
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
erictapen added a commit to erictapen/nixpkgs that referenced this issue Aug 17, 2020
Increase version bounds for a hcoord dependency [0]. Also disable
checks, as upstream doesn't include the necessary files in the release
tarball [1].

[0] danfran/hcoord#8
[1] danfran/hcoord#9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant