include-file 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−2 lines, 1 filesdep +randomPVP ok
version bump matches the API change (PVP)
Dependencies added: random
API changes (from Hackage documentation)
Files
- include-file.cabal +3/−2
include-file.cabal view
@@ -1,5 +1,5 @@ name: include-file-version: 0.1.0.0+version: 0.1.0.1 synopsis: Inclusion of files in executables at compile-time. description: Inclusion of files in source code via Template Haskell. .@@ -14,13 +14,14 @@ maintainer: dhelta.diaz@gmail.com category: Development build-type: Custom-cabal-version: >=1.10+cabal-version: >= 1.10 library exposed-modules: Development.IncludeFile build-depends: base == 4.* , bytestring , template-haskell+ , random default-language: Haskell2010 ghc-options: -Wall