Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sv2v
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
sv2v
Commits
11607f55
Commit
11607f55
authored
Jul 26, 2020
by
Zachary Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
explicitly upgrade version of githash
parent
8e1693d3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
NOTICE
+2
-3
stack.yaml
+3
-0
stack.yaml.lock
+8
-1
sv2v.cabal
+1
-1
No files found.
NOTICE
View file @
11607f55
...
...
@@ -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
...
...
@@ -617,7 +617,7 @@ Dependency: githash-0.1.3.3
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of git
rev
nor the names of its
* Neither the name of git
hash
nor the names of its
contributors may be used to endorse or promote products derived from
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,
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.
================================================================================
Dependency: happy-1.19.12
...
...
stack.yaml
View file @
11607f55
...
...
@@ -2,3 +2,6 @@ resolver: lts-14.26
packages
:
-
.
extra-deps
:
-
githash-0.1.4.0@sha256:e7768540ec278ca6a4252f199769ab502cf04b6e552ea0b798cd7dd4b5774f14,1572
stack.yaml.lock
View file @
11607f55
...
...
@@ -3,7 +3,14 @@
# For more information, please see the documentation at:
# 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:
- completed:
size: 524996
...
...
sv2v.cabal
View file @
11607f55
...
...
@@ -29,7 +29,7 @@ executable sv2v
, containers
, directory
, filepath
, githash
, githash
>= 0.1.4.0
, hashable
, mtl
other-modules:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment