Skip to content

Commit 3ecc924

Browse files
TOTBWFHorusiath
authored andcommitted
Update FParsec to 1.0.3 (fsprojects#128)
* Update FParsec * Remove uneeded packageTargetFallbacks * Some final cleanup * Somehow this snuck in * update ubuntu version
1 parent 5ce35ce commit 3ecc924

16 files changed

Lines changed: 409 additions & 626 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ localpackages/
190190
paket-files
191191
*.orig
192192
.paket/paket.exe
193+
.paket/Paket.Restore.targets
193194
docs/content/license.md
194195
docs/content/release-notes.md
195196
.fake

.paket/Paket.Restore.targets

Lines changed: 0 additions & 180 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ before_install:
77

88
script:
99
- ./build.sh All
10+
dist: trusty

paket.dependencies

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nuget FParsec
44
nuget System.Reactive
55
nuget Newtonsoft.Json
66
nuget System.Runtime
7-
nuget FSharp.Core
7+
nuget FSharp.Core
88

99
group Build
1010
source https://nuget.org/api/v2
@@ -17,6 +17,7 @@ group Build
1717

1818
group Test
1919
source https://nuget.org/api/v2
20+
nuget FSharp.Core
2021
nuget BenchmarkDotNet
2122
nuget xunit
2223
nuget xUnit.runner.console

0 commit comments

Comments
 (0)