include-file 0.1.0.3 → 0.1.0.4
raw patch · 1 files changed
+7/−1 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Development.IncludeFile: data ByteString :: *
+ Development.IncludeFile: data ByteString
- Development.IncludeFile: data Word8 :: *
+ Development.IncludeFile: data Word8
Files
- include-file.cabal +7/−1
include-file.cabal view
@@ -1,5 +1,5 @@ name: include-file-version: 0.1.0.3+version: 0.1.0.4 synopsis: Inclusion of files in executables at compile-time. description: Inclusion of files in source code via Template Haskell. .@@ -16,6 +16,12 @@ category: Development build-type: Custom cabal-version: >= 1.10++custom-setup+ setup-depends: base == 4.*+ , bytestring+ , random+ , Cabal library exposed-modules: Development.IncludeFile