Revision 71e00202 devel/build_chroot

b/devel/build_chroot
115 115

  
116 116
in_chroot -- \
117 117
  cabal install --global \
118
    QuickCheck==2.5.1.1 \
119
    network==2.3 hslogger Crypto text regex-pcre \
120
    attoparsec vector \
121
    json==0.4.4 \
122
    MonadCatchIO-transformers==0.2.2.0 mtl==2.0.1.0 \
123
    hashable==1.1.2.0 case-insensitive==0.3 parsec==3.0.1 \
124
    network==2.3 snap-server==0.8.1 \
125
    hinotify==0.3.2
118
    network==2.3 \
119
    regex-pcre==0.94.2 \
120
    hinotify==0.3.2 \
121
    hslogger==1.1.4 \
122
    attoparsec==0.10.1.1\
123
    quickcheck==2.5.1.1 \
124
    crypto==4.2.4 \
125
    monadcatchio-transformers==0.2.2.0 \
126
    mtl==2.0.1.0 \
127
    hashable==1.1.2.0 \
128
    case-insensitive==0.3 \
129
    parsec==3.0.1 \
130
    network==2.3 \
131
    snap-server==0.8.1 \
132
    text==0.11.3.0 \
133
    vector==0.9.1 \
134
    json==0.4.4
126 135

  
127 136
#Python development tools
128 137
in_chroot -- \
......
139 148
#Haskell development tools
140 149
in_chroot -- \
141 150
  cabal install --global \
142
    HUnit \
143
    happy \
151
    hunit==1.2.5.2 \
152
    happy==1.18.10 \
144 153
    hlint==1.8.34 \
145 154
    hscolour==1.20.3 \
146
    temporary \
155
    temporary==1.1.2.3 \
147 156
    test-framework==0.6.1 \
148 157
    test-framework-hunit==0.2.7 \
149 158
    test-framework-quickcheck2==0.2.12.3

Also available in: Unified diff