]> git.wincent.com - docvim.git/commitdiff
Relax base dependency
authorGreg Hurrell <greg@hurrell.net>
Wed, 15 Jun 2016 07:24:43 +0000 (00:24 -0700)
committerGreg Hurrell <greg@hurrell.net>
Wed, 15 Jun 2016 07:24:43 +0000 (00:24 -0700)
Hopefully this is loose enough. Tested by updating to latest nightly resolver in
the stack.yml file, then:

```
stack build
bin/test
bin/lint
bin/docvim -h
```

For additional context:

https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds

docvim.cabal
stack.yaml

index 66b2928cc3dd961a81671ed11f03a03a6242a5e1..b30f850c9bd4e7b489096b1ed39f9c886de6722f 100644 (file)
@@ -68,7 +68,7 @@ executable docvim
   -- other-extensions:
 
   -- Other library packages from which modules are imported.
-  build-depends:       base >=4.8 && <4.9
+  build-depends:       base >=4.8
                ,       docvim
 
   ghc-options:         -W -Wall
index b82f77e8331ffffebf85de5d53bc7494bed5a699..ca469ef10b334fc940f537dda8f35d3b068175ff 100644 (file)
@@ -2,7 +2,7 @@
 # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/
 
 # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
-resolver: lts-6.3
+resolver: nightly-2016-06-15
 
 # Local packages, usually specified by relative directory name
 packages: