Skip to content

Commit

Permalink
hotfix: nimble builds with devel again
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Oct 13, 2015
1 parent e2d959b commit ffbd5f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/nimblepkg/packageinfo.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# BSD License. Look at license.txt for more info.
import parsecfg, json, streams, strutils, parseutils, os
import version, tools, nimbletypes

when not declared(system.map):
from sequtils import map

type
Package* = object
# Required fields in a package.
Expand Down

0 comments on commit ffbd5f5

Please sign in to comment.