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

The repo clones awkwardly on case-insensitive filesystems #17

Closed
copumpkin opened this issue Feb 1, 2015 · 2 comments · Fixed by ghcjs/ghcjs-boot#6
Closed

The repo clones awkwardly on case-insensitive filesystems #17

copumpkin opened this issue Feb 1, 2015 · 2 comments · Fixed by ghcjs/ghcjs-boot#6

Comments

@copumpkin
Copy link

This is somewhat ironic (was it intentional??) but if I clone this on a case-insensitive filesystem, the Data and data folders overlap. This is usually not the end of the world, but it breaks hashing when we use this package in nix and similar hash-centric systems. Can the folder structure be rearranged a bit?

/cc @ryantrinkle @jwiegley

@basvandijk
Copy link
Owner

Haha that's indeed ironic!

Fix released as case-insensitive-1.2.0.4.

@ryantrinkle
Copy link

Thanks!

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Jan 3, 2020
1.2.1.0
* Add traverse

1.2.0.11
* Dropped upper version bounds of dependencies because it's to much
  work to maintain.

1.2.0.10
* Support criterion-1.2

1.2.0.9
* Support base-4.10

1.2.0.8
* Support HUnit-1.5.

1.2.0.7
* Fix build of benchmarks when getting the sources from Hackage.

1.2.0.6
* Add Travis CI support
* Add Semigroup s => Semigroup (CI s) instance

1.2.0.5
* Support HUnit-1.3
* Support criterion-1.1
* Updated .nix files

1.2.0.4
* Fixed #17: basvandijk/case-insensitive#17

1.2.0.3
* Add CHANGELOG to extra-source files so that it shows up on Hackage

1.2.0.2
* Bump base and deepseq upper bounds for GHC 7.10 compatibility
* Add case-insensitive.nix and default.nix
* Fix #14: Build failure with GHC 7.2.2
* Fix #8: Don't unnecessarily use NoImplicitPrelude
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Jan 14, 2020
1.2.1.0
* Add traverse

1.2.0.11
* Dropped upper version bounds of dependencies because it's to much
  work to maintain.

1.2.0.10
* Support criterion-1.2

1.2.0.9
* Support base-4.10

1.2.0.8
* Support HUnit-1.5.

1.2.0.7
* Fix build of benchmarks when getting the sources from Hackage.

1.2.0.6
* Add Travis CI support
* Add Semigroup s => Semigroup (CI s) instance

1.2.0.5
* Support HUnit-1.3
* Support criterion-1.1
* Updated .nix files

1.2.0.4
* Fixed #17: basvandijk/case-insensitive#17

1.2.0.3
* Add CHANGELOG to extra-source files so that it shows up on Hackage

1.2.0.2
* Bump base and deepseq upper bounds for GHC 7.10 compatibility
* Add case-insensitive.nix and default.nix
* Fix #14: Build failure with GHC 7.2.2
* Fix #8: Don't unnecessarily use NoImplicitPrelude
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

Successfully merging a pull request may close this issue.

3 participants