mirror of https://github.com/zachjs/sv2v.git
explicitly upgrade version of githash
This commit is contained in:
parent
8e1693d396
commit
11607f5514
5
NOTICE
5
NOTICE
|
|
@ -601,7 +601,7 @@ Dependency: ghc-prim-0.5.3
|
||||||
|
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
Dependency: githash-0.1.3.3
|
Dependency: githash-0.1.4.0
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
Copyright (c) 2018, Michael Snoyman, 2015, Adam C. Foltzer
|
Copyright (c) 2018, Michael Snoyman, 2015, Adam C. Foltzer
|
||||||
|
|
@ -617,7 +617,7 @@ Dependency: githash-0.1.3.3
|
||||||
this list of conditions and the following disclaimer in the documentation
|
this list of conditions and the following disclaimer in the documentation
|
||||||
and/or other materials provided with the distribution.
|
and/or other materials provided with the distribution.
|
||||||
|
|
||||||
* Neither the name of gitrev nor the names of its
|
* Neither the name of githash nor the names of its
|
||||||
contributors may be used to endorse or promote products derived from
|
contributors may be used to endorse or promote products derived from
|
||||||
this software without specific prior written permission.
|
this software without specific prior written permission.
|
||||||
|
|
||||||
|
|
@ -631,7 +631,6 @@ Dependency: githash-0.1.3.3
|
||||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
Dependency: happy-1.19.12
|
Dependency: happy-1.19.12
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,6 @@ resolver: lts-14.26
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- .
|
- .
|
||||||
|
|
||||||
|
extra-deps:
|
||||||
|
- githash-0.1.4.0@sha256:e7768540ec278ca6a4252f199769ab502cf04b6e552ea0b798cd7dd4b5774f14,1572
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,14 @@
|
||||||
# For more information, please see the documentation at:
|
# For more information, please see the documentation at:
|
||||||
# https://docs.haskellstack.org/en/stable/lock_files
|
# https://docs.haskellstack.org/en/stable/lock_files
|
||||||
|
|
||||||
packages: []
|
packages:
|
||||||
|
- completed:
|
||||||
|
hackage: githash-0.1.4.0@sha256:e7768540ec278ca6a4252f199769ab502cf04b6e552ea0b798cd7dd4b5774f14,1572
|
||||||
|
pantry-tree:
|
||||||
|
size: 615
|
||||||
|
sha256: 41cd3182ece491ad4353e5576bd18a8aedb868cbc98718d2de5d731fd22ba93f
|
||||||
|
original:
|
||||||
|
hackage: githash-0.1.4.0@sha256:e7768540ec278ca6a4252f199769ab502cf04b6e552ea0b798cd7dd4b5774f14,1572
|
||||||
snapshots:
|
snapshots:
|
||||||
- completed:
|
- completed:
|
||||||
size: 524996
|
size: 524996
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ executable sv2v
|
||||||
, containers
|
, containers
|
||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, githash
|
, githash >= 0.1.4.0
|
||||||
, hashable
|
, hashable
|
||||||
, mtl
|
, mtl
|
||||||
other-modules:
|
other-modules:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue