Skip to content

Commit f5c5c51

Browse files
authored
Delete cabal.project (#613)
* Delete cabal.project It seems to no longer do anything useful, and it also prevents CI from detecting that include/bytestring-cpp-macros.h was not getting picked up by `cabal sdist`. * Add bytestring-cpp-macros.h to install-includes In particular, this ensures that `cabal sdist` grabs it. * Add bytestring-cpp-macros.h to includes The cabal documentation claims as a pre-requisite for its usability "when compiling the package itself." It's unclear if this is really true, but there is no harm done in adding bytestring-cpp-macros.h there just in case. * Experiment: When is __ARM_FEATURE_UNALIGNED visible? * Remove __ARM_FEATURE_UNALIGNED experiment/warnings It seems this macro is never visible in Haskell code. But with real unaligned primops in the near future, it doesn't seem worth messing with.
1 parent 6034af8 commit f5c5c51

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

bytestring.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Tested-With: GHC==9.4.1,
6666
GHC==8.0.2
6767
Build-Type: Simple
6868
Cabal-Version: >= 1.10
69-
extra-source-files: README.md Changelog.md
69+
extra-source-files: README.md Changelog.md include/bytestring-cpp-macros.h
7070

7171
source-repository head
7272
type: git
@@ -155,6 +155,7 @@ library
155155
include-dirs: include
156156
includes: fpstring.h
157157
install-includes: fpstring.h
158+
bytestring-cpp-macros.h
158159

159160
test-suite bytestring-tests
160161
type: exitcode-stdio-1.0

cabal.project

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)