shakers 0.0.45 → 0.0.46
raw patch · 2 files changed
+30/−26 lines, 2 filesdep ~basic-preludedep ~directorydep ~lifted-base
Dependency ranges changed: basic-prelude, directory, lifted-base, shake
Files
- shakers.cabal +29/−25
- src/Development/Shakers.hs +1/−1
shakers.cabal view
@@ -1,28 +1,32 @@-name: shakers-version: 0.0.45-synopsis: Shake helpers.-description: Primitive helpers for Shake files.-homepage: https://github.com/swift-nav/shakers-license: MIT-license-file: LICENSE-author: Swift Navigation Inc.-maintainer: Mark Fine <dev@swiftnav.com>-copyright: Copyright (C) 2016 Swift Navigation, Inc.-category: Development-build-type: Simple-cabal-version: >= 1.22+name: shakers+version: 0.0.46+cabal-version: >=1.22+build-type: Simple+license: MIT+license-file: LICENSE+copyright: Copyright (C) 2016 Swift Navigation, Inc.+maintainer: Mark Fine <dev@swiftnav.com>+homepage: https://github.com/swift-nav/shakers+synopsis: Shake helpers.+description:+ Primitive helpers for Shake files.+category: Development+author: Swift Navigation Inc. +source-repository head+ type: git+ location: git@github.com:swift-nav/shakers.git+ library- hs-source-dirs: src- exposed-modules: Development.Shakers- default-language: Haskell2010- ghc-options: -Wall- build-depends: base >= 4.8 && < 5- , basic-prelude- , directory- , lifted-base- , shake+ exposed-modules:+ Development.Shakers+ build-depends:+ base >=4.8 && <5,+ basic-prelude >=0.7.0,+ directory >=1.3.0.2,+ lifted-base >=0.2.3.12,+ shake >=0.16.3+ default-language: Haskell2010+ hs-source-dirs: src+ ghc-options: -Wall -source-repository head- type: git- location: git@github.com:swift-nav/shakers.git
src/Development/Shakers.hs view
@@ -524,7 +524,7 @@ -- phony "publish" $ do need [ file ]- stack_ dir [ "upload", dir, "--no-signature" ]+ stack_ dir [ "upload", dir, "--pvp-bounds", "lower", "--no-signature", "--ignore-check" ] -- | Database rules --