make-package 1.0.0 → 1.0.0.1
raw patch · 1 files changed
+14/−14 lines, 1 filesdep ~asyncdep ~bytestringdep ~configurator
Dependency ranges changed: async, bytestring, configurator, containers, directory, filepath, github, haskeline, mtl, process, text, time, time-lens
Files
- make-package.cabal +14/−14
make-package.cabal view
@@ -1,5 +1,5 @@ name: make-package-version: 1.0.0+version: 1.0.0.1 synopsis: Make a cabalized package description: Create a cabalized haskell project license: BSD3@@ -28,17 +28,17 @@ , IO , Options build-depends: base >= 4 && < 5,- async,- bytestring,- configurator,- containers,- directory,- filepath,- github,- haskeline,- mtl,- process,- text,- time,- time-lens+ async >= 2.0,+ bytestring >= 0.10,+ configurator >= 0.2,+ containers >= 0.5,+ directory >= 1.2,+ filepath >= 1.3,+ github >= 0.7,+ haskeline >= 0.7,+ mtl >= 2.1,+ process >= 1.1,+ text >= 0.10,+ time >= 1.4,+ time-lens >= 0.3 ghc-options: -Wall