include-file 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+2/−1 lines, 1 filesdep +randomPVP ok
version bump matches the API change (PVP)
Dependencies added: random
API changes (from Hackage documentation)
Files
- include-file.cabal +2/−1
include-file.cabal view
@@ -1,5 +1,5 @@ name: include-file-version: 0.1.0.2+version: 0.1.0.3 synopsis: Inclusion of files in executables at compile-time. description: Inclusion of files in source code via Template Haskell. .@@ -22,6 +22,7 @@ build-depends: base == 4.* , bytestring , template-haskell+ , random default-language: Haskell2010 ghc-options: -Wall